|
Drag[en]gine Script Module DragonScript 1.32.1
|
Script module stats console command. More...
Public Member Functions | |
| void | execute (Console console, Array params) |
| Execute command. | |
| ScriptModuleStatsConsoleCommand | new () |
| 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. | |
Script module stats console command.
| void Dragengine.Commands.ScriptModuleStatsConsoleCommand.execute | ( | Console | console, |
| Array | params | ||
| ) |
Execute command.
Reimplemented from Dragengine.Commands.ConsoleCommand.
| ScriptModuleStatsConsoleCommand Dragengine.Commands.ScriptModuleStatsConsoleCommand.new | ( | ) |
Create console command.
Reimplemented from Dragengine.Commands.ConsoleCommand.