Class ConsoleCommand
Inheritance
System.Object
ConsoleCommand
Implements
Namespace: ScriptableFramework.DeveloperConsole
Assembly: cs.temp.dll.dll
Syntax
public abstract class ConsoleCommand : ScriptableObject, IConsoleCommand
Properties
CommandWord
Declaration
public string CommandWord { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Process(String[])
Declaration
public abstract bool Process(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | args |
Returns
| Type | Description |
|---|---|
| System.Boolean |