event onConsole (client-side)
Available since version: 0.1.10
Note
By default, non multiplayer commands will cause an error command doesn't exists, in order to avoid it, call eventValue function with CONSOLE_COMMAND_FOUND
This event is triggered when a user uses command on the debug console.
The console shows up when user presses the tilde key ~.
Parameters
string command, string params
stringcommand: used command name on the debug console.stringparams: command parameters divided by space.