C# 클래스 Utility.ServerConsoleCommands

파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 프로퍼티들

프로퍼티 타입 설명
Engine string

공개 메소드들

메소드 설명
AddEntry ( string commandString, Action command ) : void

Execute ( string commandString ) : bool

HelpAll ( ) : string

HelpText ( string commandString ) : string

비공개 메소드들

메소드 설명
MaxCommandLength ( ) : int

Returns the length of the longest console command (for padding the output)

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( string commandString, Action command ) : void
commandString string ///
command Action ///
리턴 void

Execute() 공개 메소드

public Execute ( string commandString ) : bool
commandString string ///
리턴 bool

HelpAll() 공개 메소드

public HelpAll ( ) : string
리턴 string

HelpText() 공개 메소드

public HelpText ( string commandString ) : string
commandString string ///
리턴 string

프로퍼티 상세

Engine 공개적으로 프로퍼티

public string Engine
리턴 string