Drag[en]gine Script Module DragonScript  1.23
Dragengine.Commands.SystemConsoleCommand Class Reference

System console command. More...

Inheritance diagram for Dragengine.Commands.SystemConsoleCommand:
Dragengine.Commands.ConsoleCommand Dragengine.Commands.AISysConsoleCommand Dragengine.Commands.AmrSysConsoleCommand Dragengine.Commands.AudSysConsoleCommand Dragengine.Commands.CRSysConsoleCommand Dragengine.Commands.GraSysConsoleCommand Dragengine.Commands.InpSysConsoleCommand Dragengine.Commands.NetSysConsoleCommand Dragengine.Commands.PhySysConsoleCommand Dragengine.Commands.ScrSysConsoleCommand Dragengine.Commands.SynthSysConsoleCommand

Public Member Functions

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...
 
ConsoleCommand new ()
 Create console command. More...
 
void setDescription (String description)
 
void setName (String name)
 Set unique name of command. More...
 
void setSyntax (String syntax)
 Set command syntax. More...
 

Detailed Description

System console command.

Member Function Documentation

◆ execute()

void Dragengine.Commands.SystemConsoleCommand.execute ( Console  console,
Array  params 
)

Execute command.

Parameters
consoleConsole to send output to.
paramsList of parameters. Has to match command syntax.

Reimplemented from Dragengine.Commands.ConsoleCommand.

Reimplemented in Dragengine.Commands.GraSysConsoleCommand.

◆ new()

SystemConsoleCommand Dragengine.Commands.SystemConsoleCommand.new ( String  name,
String  readableName,
SysParamWrapper  wrapper 
)

Create console command.


The documentation for this class was generated from the following file: