Property | Type | Description | |
---|---|---|---|
IsConfirmed | bool | ||
RawMessage | string |
Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a copy of this command. Use the copy constructor instead of this, if possible.
|
|
Command ( [ other ) : System |
Creates a copy of an existing command.
|
|
NextBlockWithParam ( [ player, int ¶m ) : Block | ||
Rewind ( ) : void |
Resets the argument offset. After calling Rewind, arguments can be read from the beginning again.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
Next ( ) : string | ||
NextAll ( ) : string | ||
NextBlock ( [ player ) : Block | ||
NextInt ( int &number ) : bool |
public NextBlockWithParam ( [ player, int ¶m ) : Block | ||
player | [ | |
param | int | |
return | Block |