C# Class EssentialsPlugin.ChatHandlers.ChatHandlerBase

显示文件 Open project: rexxar-tc/EssentialsPlugin

Protected Properties

Property Type Description
Log Logger

Public Methods

Method Description
AllowedInConsole ( ) : bool
CanHandle ( ulong steamId, String words, int &commandCount ) : System.Boolean
ChatHandlerBase ( ) : System
GetCommandText ( ) : string
GetHelp ( ) : string
GetHelpDialog ( ) : Communication.ServerDialogItem
GetMultipleCommandText ( ) : string[]
HandleCommand ( ulong userId, string words ) : bool
IsAdminCommand ( ) : bool
IsClientOnly ( ) : bool

Method Details

AllowedInConsole() public method

public AllowedInConsole ( ) : bool
return bool

CanHandle() public method

public CanHandle ( ulong steamId, String words, int &commandCount ) : System.Boolean
steamId ulong
words String
commandCount int
return System.Boolean

ChatHandlerBase() public method

public ChatHandlerBase ( ) : System
return System

GetCommandText() public abstract method

public abstract GetCommandText ( ) : string
return string

GetHelp() public abstract method

public abstract GetHelp ( ) : string
return string

GetHelpDialog() public method

public GetHelpDialog ( ) : Communication.ServerDialogItem
return Communication.ServerDialogItem

GetMultipleCommandText() public method

public GetMultipleCommandText ( ) : string[]
return string[]

HandleCommand() public abstract method

public abstract HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
return bool

IsAdminCommand() public method

public IsAdminCommand ( ) : bool
return bool

IsClientOnly() public method

public IsClientOnly ( ) : bool
return bool

Property Details

Log protected_oe static_oe property

protected static Logger Log
return Logger