C# 클래스 fCraft.Command

파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsConfirmed bool
RawMessage string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Next ( ) : string
NextAll ( ) : string
NextBlock ( [ player ) : Block
NextInt ( int &number ) : bool

메소드 상세

Clone() 공개 메소드

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

Command() 공개 메소드

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

NextBlockWithParam() 공개 메소드

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

Rewind() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsConfirmed 공개적으로 프로퍼티

public bool IsConfirmed
리턴 bool

RawMessage 공개적으로 프로퍼티

public string RawMessage
리턴 string