Property | Type | Description | |
---|---|---|---|
Path | string |
Method | Description | |
---|---|---|
AddCommand ( CommandInfo info ) : void | ||
ExecuteCommand ( string commandPath ) : string[] | ||
FindCommands ( string command ) : string[] | ||
GetHelp ( List |
||
Initialize ( string path, bool allowSubSets ) : void |
Method | Description | |
---|---|---|
GetScenes ( CommandInfo cmd ) : List |
public AddCommand ( CommandInfo info ) : void | ||
info | CommandInfo | |
return | void |
public ExecuteCommand ( string commandPath ) : string[] | ||
commandPath | string | |
return | string[] |
public FindCommands ( string command ) : string[] | ||
command | string | |
return | string[] |
public Initialize ( string path, bool allowSubSets ) : void | ||
path | string | |
allowSubSets | bool | |
return | void |