Method | Description | |
---|---|---|
EventCommand ( ) : System.Collections.Generic |
Creates a new instance of an RPG.EventCommand.
|
|
EventCommand ( int code ) : System.Collections.Generic |
Creates a new instance of an RPG.EventCommand.
|
|
EventCommand ( int code, int indent ) : System.Collections.Generic |
Creates a new instance of an RPG.EventCommand.
|
|
EventCommand ( int code, int indent, List |
Creates a new instance of an RPG.EventCommand.
|
public EventCommand ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public EventCommand ( int code ) : System.Collections.Generic | ||
code | int | The event code. |
return | System.Collections.Generic |
public EventCommand ( int code, int indent ) : System.Collections.Generic | ||
code | int | The event code. |
indent | int | The indent depth. |
return | System.Collections.Generic |
public EventCommand ( int code, int indent, List |
||
code | int | The event code. |
indent | int | The indent depth. |
parameters | List |
Command arguments. |
return | System.Collections.Generic |