|
Drag[en]gine Script Module DragonScript 1.32.1
|
Displays or sets parameters of the script system. More...
Public Member Functions | |
| ScrSysConsoleCommand | 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 script system.
| ScrSysConsoleCommand Dragengine.Commands.ScrSysConsoleCommand.new | ( | ) |
Create console command.
Reimplemented from Dragengine.Commands.ConsoleCommand.