ClientSay parameters
Type: Reference type
| Declaration | Description |
|---|---|
| CBasePlayer@ GetPlayer() const | Gets the player that is saying something |
| ClientSayType GetSayType() const | Gets the say type of this text |
| const string& GetCommand() const | Gets the entire command string |
| const CCommand@ GetArguments() const | Gets the arguments in this command. |
| bool get_ShouldHide() const | Gets whether this text will be hidden or not |
| void set_ShouldHide(bool fShouldHide) | Sets whether this text will be hidden or not |