Method | Description | |
---|---|---|
GetChannelLocalization ( string channel, string servername ) : string | ||
GetCommandHelpRank ( string command ) : int | ||
GetCommandHelpRank ( string command, string channel, string servername ) : int | ||
GetCommandHelpText ( string command ) : string | ||
GetCommandHelpText ( string command, string channel, string servername ) : string | ||
GetCommandHelpText ( string command, string channel, string servername, int rank ) : string | ||
GetCommandHelpTexts ( string command ) : string[] | ||
GetCommandHelpTexts ( string command, string channel, string servername ) : string[] | ||
GetCommandHelpTexts ( string command, string channel, string servername, int rank ) : string[] | ||
GetCommandText ( string command ) : string | ||
GetCommandText ( string command, string channel, string servername ) : string | ||
GetCommandTexts ( string command ) : string[] | ||
GetCommandTexts ( string command, string channel, string servername ) : string[] | ||
GetConsoleCommandHelpText ( string command ) : string | ||
GetConsoleCommandHelpTexts ( string command ) : string[] | ||
GetConsoleCommandText ( string command ) : string | ||
GetConsoleCommandTexts ( string command ) : string[] | ||
GetConsoleWarningText ( string command ) : string | ||
GetConsoleWarningTexts ( string command ) : string[] | ||
GetWarningText ( string command ) : string | ||
GetWarningText ( string command, string channel, string servername ) : string | ||
GetWarningTexts ( string command ) : string[] | ||
GetWarningTexts ( string command, string channel, string servername ) : string[] | ||
IsAdminCommandHelp ( string command ) : bool | ||
IsAdminCommandHelp ( string command, string channel, string servername ) : bool |
Method | Description | |
---|---|---|
LocalizationManager ( ) : System | ||
Split ( string Text ) : string[] |
public GetChannelLocalization ( string channel, string servername ) : string | ||
channel | string | |
servername | string | |
return | string |
public GetCommandHelpRank ( string command ) : int | ||
command | string | |
return | int |
public GetCommandHelpRank ( string command, string channel, string servername ) : int | ||
command | string | |
channel | string | |
servername | string | |
return | int |
public GetCommandHelpText ( string command ) : string | ||
command | string | |
return | string |
public GetCommandHelpText ( string command, string channel, string servername ) : string | ||
command | string | |
channel | string | |
servername | string | |
return | string |
public GetCommandHelpText ( string command, string channel, string servername, int rank ) : string | ||
command | string | |
channel | string | |
servername | string | |
rank | int | |
return | string |
public GetCommandHelpTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetCommandHelpTexts ( string command, string channel, string servername ) : string[] | ||
command | string | |
channel | string | |
servername | string | |
return | string[] |
public GetCommandHelpTexts ( string command, string channel, string servername, int rank ) : string[] | ||
command | string | |
channel | string | |
servername | string | |
rank | int | |
return | string[] |
public GetCommandText ( string command ) : string | ||
command | string | |
return | string |
public GetCommandText ( string command, string channel, string servername ) : string | ||
command | string | |
channel | string | |
servername | string | |
return | string |
public GetCommandTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetCommandTexts ( string command, string channel, string servername ) : string[] | ||
command | string | |
channel | string | |
servername | string | |
return | string[] |
public GetConsoleCommandHelpText ( string command ) : string | ||
command | string | |
return | string |
public GetConsoleCommandHelpTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetConsoleCommandText ( string command ) : string | ||
command | string | |
return | string |
public GetConsoleCommandTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetConsoleWarningText ( string command ) : string | ||
command | string | |
return | string |
public GetConsoleWarningTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetWarningText ( string command ) : string | ||
command | string | |
return | string |
public GetWarningText ( string command, string channel, string servername ) : string | ||
command | string | |
channel | string | |
servername | string | |
return | string |
public GetWarningTexts ( string command ) : string[] | ||
command | string | |
return | string[] |
public GetWarningTexts ( string command, string channel, string servername ) : string[] | ||
command | string | |
channel | string | |
servername | string | |
return | string[] |
public IsAdminCommandHelp ( string command ) : bool | ||
command | string | |
return | bool |
public IsAdminCommandHelp ( string command, string channel, string servername ) : bool | ||
command | string | |
channel | string | |
servername | string | |
return | bool |