Added forwards to basecomm plugin (bug 5466, r=asherkin).
This commit is contained in:
@@ -35,6 +35,22 @@
|
||||
#endif
|
||||
#define _basecomm_included
|
||||
|
||||
/**
|
||||
* Called when a client is muted or unmuted
|
||||
*
|
||||
* @param client Client index
|
||||
* @param muteState True if client was muted, false otherwise
|
||||
*/
|
||||
forward BaseComm_OnClientMute(client, bool:muteState);
|
||||
|
||||
/**
|
||||
* Called when a client is gagged or ungagged
|
||||
*
|
||||
* @param client Client index
|
||||
* @param gagState True if client was gaged, false otherwise
|
||||
*/
|
||||
forward BaseComm_OnClientGag(client, bool:gagState);
|
||||
|
||||
/**
|
||||
* Returns whether or not a client is gagged
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user