Свойство | Тип | Описание | |
---|---|---|---|
Log | Logger |
Метод | Описание | |
---|---|---|
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 |
public CanHandle ( ulong steamId, String words, int &commandCount ) : System.Boolean | ||
steamId | ulong | |
words | String | |
commandCount | int | |
Результат | System.Boolean |
public abstract GetCommandText ( ) : string | ||
Результат | string |
public GetHelpDialog ( ) : Communication.ServerDialogItem | ||
Результат | Communication.ServerDialogItem |
public GetMultipleCommandText ( ) : string[] | ||
Результат | string[] |
public abstract HandleCommand ( ulong userId, string words ) : bool | ||
userId | ulong | |
words | string | |
Результат | bool |