C# 클래스 EssentialsPlugin.ChatHandlers.HandleAdminScanInsidePlanet

상속: ChatHandlerBase
파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin

공개 메소드들

메소드 설명
AllowedInConsole ( ) : bool
GetCommandText ( ) : string
GetHelp ( ) : string
HandleCommand ( ulong userId, string words ) : bool
IsAdminCommand ( ) : bool

메소드 상세

AllowedInConsole() 공개 메소드

public AllowedInConsole ( ) : bool
리턴 bool

GetCommandText() 공개 메소드

public GetCommandText ( ) : string
리턴 string

GetHelp() 공개 메소드

public GetHelp ( ) : string
리턴 string

HandleCommand() 공개 메소드

public HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
리턴 bool

IsAdminCommand() 공개 메소드

public IsAdminCommand ( ) : bool
리턴 bool