OnPlayerCommand: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 4: Line 4:
|type = event
|type = event
|games = iii vc sa iv
|games = iii vc sa iv
|desc = a player submits a chat command.<br>A command starts with a forward slash (the command character), and the command is not displayed in the chat box
|desc = a player submits a chat command.<br>A chat command is different than a chat message; a chat command starts with the command character (a forward slash).<br>By default, chat commands (along with it's parameters, if applicable), are not displayed in the chat box.<br>By default, if there are spacing character(s) before the command character, then it is treated as a chat message instead and displayed in the chat box.
|arg1 = Client client The client that submitted a command.
|arg1 = Client client The client that submitted a command.
|arg2 = string command The command name.
|arg2 = string command The command name.
6,833

edits