OnPlayerChat
Jump to navigation
Jump to search
onPlayerChat
Signature: void onPlayerChat()
Usage: a player submits a chat message.
This excludes messages starting with a forward slash (the command character), where the command message is not displayed in the chat box
Parameters
- Client client The client that submitted a chat message.
- string message The chat message.
Return
void