|
Drag[en]gine Script Module DragonScript 1.32.1
|
Displays or sets parameters of the crash recovery system. More...
Public Member Functions | |
| CRSysConsoleCommand | new () |
| Create console command. | |
Public Member Functions inherited from Dragengine.Commands.SystemConsoleCommand | |
| void | execute (Console console, Array params) |
| Execute command. | |
| SystemConsoleCommand | new (String name, String readableName, SysParamWrapper wrapper) |
| Create console command. | |
Public Member Functions inherited from Dragengine.Commands.ConsoleCommand | |
| String | getDescription () |
| Description to display to user. | |
| String | getName () |
| Unique name of command. | |
| String | getSyntax () |
| Command syntax. | |
| void | setDescription (String description) |
| void | setName (String name) |
| Set unique name of command. | |
| void | setSyntax (String syntax) |
| Set command syntax. | |
Displays or sets parameters of the crash recovery system.
| CRSysConsoleCommand Dragengine.Commands.CRSysConsoleCommand.new | ( | ) |
Create console command.
Reimplemented from Dragengine.Commands.ConsoleCommand.