| add_command(name, help, function) | Add a command. |
| remove_command(string) → boolean | Removes a registered command |
| commands :: dictionary string → LocalisedString [R] | The script registered commands |
| game_commands :: dictionary string → LocalisedString [R] | The script registered commands |
Custom game console commands.
Add a command.
name is already registered or already exists as a game command.Removes a registered command
False if the command didn't exist.The script registered commands
The script registered commands