C# 클래스 ZoneEngine.ChatCommands.ChatCommandShowStatel

상속: ZoneEngine.ChatCommands.AOChatCommand
파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 메소드들

메소드 설명
CheckCommandArguments ( string args ) : bool

CommandHelp ( ICharacter character ) : void

ExecuteCommand ( ICharacter character, SmokeLounge.AOtomation.Messaging.GameData.Identity target, string args ) : void

GMLevelNeeded ( ) : int

ListCommands ( ) : List

메소드 상세

CheckCommandArguments() 공개 메소드

public CheckCommandArguments ( string args ) : bool
args string ///
리턴 bool

CommandHelp() 공개 메소드

public CommandHelp ( ICharacter character ) : void
character ICharacter ///
리턴 void

ExecuteCommand() 공개 메소드

public ExecuteCommand ( ICharacter character, SmokeLounge.AOtomation.Messaging.GameData.Identity target, string args ) : void
character ICharacter ///
target SmokeLounge.AOtomation.Messaging.GameData.Identity ///
args string ///
리턴 void

GMLevelNeeded() 공개 메소드

public GMLevelNeeded ( ) : int
리턴 int

ListCommands() 공개 메소드

public ListCommands ( ) : List
리턴 List