game.ConsoleCommand
Description
Runs a console command. Make sure to add a newline ("\n") at the end of the command.
If you use data that were received from a client, you should avoid using this function because newline and semicolon (at least) allow the client to run arbitrary commands!
For safety, you are urged to prefer using RunConsoleCommand in this case.
Arguments
Example
Changes the gravity to 400 (default 600).