|
Drag[en]gine Script Module DragonScript 1.32.1
|
Graphic system console command. More...
Public Member Functions | |
| void | execute (Console console, Array params) |
| Execute command. | |
| GraSysConsoleCommand | new () |
| Create console command. | |
Public Member Functions inherited from Dragengine.Commands.SystemConsoleCommand | |
| 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. | |
Graphic system console command.
| void Dragengine.Commands.GraSysConsoleCommand.execute | ( | Console | console, |
| Array | params | ||
| ) |
Execute command.
Default implementation prints syntax to console.
| console | Console to send output to. |
| params | List of parameters. Has to match command syntax. |
Reimplemented from Dragengine.Commands.SystemConsoleCommand.
| GraSysConsoleCommand Dragengine.Commands.GraSysConsoleCommand.new | ( | ) |
Create console command.
Reimplemented from Dragengine.Commands.ConsoleCommand.