C# 클래스 EssentialsPlugin.ChatHandlers.HandleAdminPlayerListInactive

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

공개 메소드들

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

메소드 상세

AllowedInConsole() 공개 메소드

public AllowedInConsole ( ) : bool
리턴 bool

GetCommandText() 공개 메소드

public GetCommandText ( ) : string
리턴 string

GetHelp() 공개 메소드

public GetHelp ( ) : string
리턴 string

GetHelpDialog() 공개 메소드

public GetHelpDialog ( ) : Communication.ServerDialogItem
리턴 EssentialsPlugin.Utility.Communication.ServerDialogItem

HandleCommand() 공개 메소드

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

IsAdminCommand() 공개 메소드

public IsAdminCommand ( ) : bool
리턴 bool