Delegate ConsoleCommandCallback
Namespace: Wenzil.Console
Assembly: Assembly-CSharp.dll
Syntax
public delegate string ConsoleCommandCallback(params string[] args);
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | args |
Returns
| Type | Description |
|---|---|
| String |
public delegate string ConsoleCommandCallback(params string[] args);
| Type | Name | Description |
|---|---|---|
| String[] | args |
| Type | Description |
|---|---|
| String |