C# 클래스 fCraft.ChatCommands

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

공개 메소드들

메소드 설명
Init ( ) : void
Player_IsBack ( object sender, Events e ) : void
VoteHandler ( Player player, Command cmd ) : void

비공개 메소드들

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

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Player_IsBack() 공개 정적인 메소드

public static Player_IsBack ( object sender, Events e ) : void
sender object
e Events
리턴 void

VoteHandler() 공개 정적인 메소드

public static VoteHandler ( Player player, Command cmd ) : void
player Player
cmd Command
리턴 void