C# Class fCraft.Command

显示文件 Open project: GlennMR/800craft Class Usage Examples

Public Properties

Property Type Description
IsConfirmed bool
RawMessage string

Public Methods

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 &param ) : Block
Rewind ( ) : void

Resets the argument offset. After calling Rewind, arguments can be read from the beginning again.

ToString ( ) : string

Private Methods

Method Description
Next ( ) : string
NextAll ( ) : string
NextBlock ( [ player ) : Block
NextInt ( int &number ) : bool

Method Details

Clone() public method

Creates a copy of this command. Use the copy constructor instead of this, if possible.
public Clone ( ) : object
return object

Command() public method

Creates a copy of an existing command.
public Command ( [ other ) : System
other [
return System

NextBlockWithParam() public method

public NextBlockWithParam ( [ player, int &param ) : Block
player [
param int
return Block

Rewind() public method

Resets the argument offset. After calling Rewind, arguments can be read from the beginning again.
public Rewind ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

IsConfirmed public_oe property

public bool IsConfirmed
return bool

RawMessage public_oe property

public string RawMessage
return string