3rd Party Libraries
Recent Additions
Handles Parser
Discord
basecomm
BaseComm_SetClientGag
File
BaseComm_SetClientGag
Last Updated
2011-07-07
Created At
2011-07-07
Sets a client's gag state
native
bool
BaseComm_SetClientGag(
int
client
,
bool
gagState
)
Parameters
int
client
Client index.
bool
gagState
True to gag client, false to ungag.
Return Value
bool
True if this caused a change in gag state, false otherwise.