|
Drag[en]gine Script Module DragonScript 1.32.1
|
Audio system console command. More...
Public Member Functions | |
| AmrSysConsoleCommand | 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. | |
Audio system console command.
| AmrSysConsoleCommand Dragengine.Commands.AmrSysConsoleCommand.new | ( | ) |
Create console command.
Reimplemented from Dragengine.Commands.ConsoleCommand.