Gravity Engine 12.0
Unity Asset for Gravity
Loading...
Searching...
No Matches
GEConsole.GEConsoleCommand Class Referenceabstract

Commands for the console. More...

Inheritance diagram for GEConsole.GEConsoleCommand:
ClearCommand DumpCommand FastForwardCommand GoCommand InfoCommand PauseCommand SelectiveForceBase.ShowForceCommand SetTimeCommand SingleStepCommand TimeZoomCommand

Public Member Functions

abstract string Run (string[] args)
 Function to be run by the console, returning the output to be displayed in the console.
 

Public Attributes

string[] names
 Full name first (one that will be used when help is displayed)
 
string help
 Help string (shown when '?' is entered)
 
string declaringClass
 Name of declaring class (will be filled in automatically)
 

Detailed Description

Commands for the console.

Member Function Documentation

◆ Run()

abstract string GEConsole.GEConsoleCommand.Run ( string[]  args)
pure virtual

Function to be run by the console, returning the output to be displayed in the console.

Implemented in DumpCommand, InfoCommand, PauseCommand, GoCommand, ClearCommand, TimeZoomCommand, FastForwardCommand, SetTimeCommand, SingleStepCommand, and SelectiveForceBase.ShowForceCommand.


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