BaseComm_SetClientGag Function

Sets a client's gag state

bool BaseComm_SetClientGag(int client, bool gagState)

Parameters

int client

Client index.

bool gagState

True to gag client, false to ungag.

Return Value

True if this caused a change in gag state, false otherwise.