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