C# Class fCraft.ChatCommands

Afficher le fichier Open project: GlennMR/800craft Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Player_IsBack ( object sender, Events e ) : void
VoteHandler ( Player player, Command cmd ) : void

Private Methods

Méthode Description
AdminChat ( Player player, Command cmd ) : void
Away ( Player player, Command cmd ) : void
BroMode ( Player player, Command command ) : void
ClearHandler ( Player player, Command cmd ) : void
CustomChatHandler ( Player player, Command cmd ) : void
DeafenHandler ( Player player, Command cmd ) : void
High5Handler ( Player player, Command cmd ) : void
IgnoreHandler ( Player player, Command cmd ) : void
MeHandler ( Player player, Command cmd ) : void
PokeHandler ( Player player, Command cmd ) : void
QuitHandler ( Player player, Command cmd ) : void
RageHandler ( Player player, Command cmd ) : void
Review ( Player player, Command cmd ) : void
RollHandler ( Player player, Command cmd ) : void
SayHandler ( Player player, Command cmd ) : void
StaffHandler ( Player player, Command cmd ) : void
TimerHandler ( Player player, Command cmd ) : void
UnignoreHandler ( Player player, Command cmd ) : void

Method Details

Init() public static méthode

public static Init ( ) : void
Résultat void

Player_IsBack() public static méthode

public static Player_IsBack ( object sender, Events e ) : void
sender object
e Events
Résultat void

VoteHandler() public static méthode

public static VoteHandler ( Player player, Command cmd ) : void
player Player
cmd Command
Résultat void