C# Class EssentialsPlugin.ChatHandlers.ChatHandlerBase

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Protected Properties

Свойство Type Description
Log Logger

Méthodes publiques

Méthode 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 méthode

public AllowedInConsole ( ) : bool
Résultat bool

CanHandle() public méthode

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

ChatHandlerBase() public méthode

public ChatHandlerBase ( ) : System
Résultat System

GetCommandText() public abstract méthode

public abstract GetCommandText ( ) : string
Résultat string

GetHelp() public abstract méthode

public abstract GetHelp ( ) : string
Résultat string

GetHelpDialog() public méthode

public GetHelpDialog ( ) : Communication.ServerDialogItem
Résultat Communication.ServerDialogItem

GetMultipleCommandText() public méthode

public GetMultipleCommandText ( ) : string[]
Résultat string[]

HandleCommand() public abstract méthode

public abstract HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
Résultat bool

IsAdminCommand() public méthode

public IsAdminCommand ( ) : bool
Résultat bool

IsClientOnly() public méthode

public IsClientOnly ( ) : bool
Résultat bool

Property Details

Log protected_oe static_oe property

protected static Logger Log
Résultat Logger