C# Class ZoneEngine.ChatCommands.ChatCommandShowStatel

Inheritance: ZoneEngine.ChatCommands.AOChatCommand
Afficher le fichier Open project: CellAO/CellAO-NightPredator

Méthodes publiques

Méthode Description
CheckCommandArguments ( string args ) : bool

CommandHelp ( ICharacter character ) : void

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

GMLevelNeeded ( ) : int

ListCommands ( ) : List

Method Details

CheckCommandArguments() public méthode

public CheckCommandArguments ( string args ) : bool
args string ///
Résultat bool

CommandHelp() public méthode

public CommandHelp ( ICharacter character ) : void
character ICharacter ///
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( ICharacter character, SmokeLounge.AOtomation.Messaging.GameData.Identity target, string args ) : void
character ICharacter ///
target SmokeLounge.AOtomation.Messaging.GameData.Identity ///
args string ///
Résultat void

GMLevelNeeded() public méthode

public GMLevelNeeded ( ) : int
Résultat int

ListCommands() public méthode

public ListCommands ( ) : List
Résultat List