C# Class Schumix.Framework.Localization.LocalizationManager

Datei anzeigen Open project: Schumix/Schumix2

Public Methods

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

Private Methods

Method Description
LocalizationManager ( ) : System
Split ( string Text ) : string[]

Method Details

GetChannelLocalization() public method

public GetChannelLocalization ( string channel, string servername ) : string
channel string
servername string
return string

GetCommandHelpRank() public method

public GetCommandHelpRank ( string command ) : int
command string
return int

GetCommandHelpRank() public method

public GetCommandHelpRank ( string command, string channel, string servername ) : int
command string
channel string
servername string
return int

GetCommandHelpText() public method

public GetCommandHelpText ( string command ) : string
command string
return string

GetCommandHelpText() public method

public GetCommandHelpText ( string command, string channel, string servername ) : string
command string
channel string
servername string
return string

GetCommandHelpText() public method

public GetCommandHelpText ( string command, string channel, string servername, int rank ) : string
command string
channel string
servername string
rank int
return string

GetCommandHelpTexts() public method

public GetCommandHelpTexts ( string command ) : string[]
command string
return string[]

GetCommandHelpTexts() public method

public GetCommandHelpTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
return string[]

GetCommandHelpTexts() public method

public GetCommandHelpTexts ( string command, string channel, string servername, int rank ) : string[]
command string
channel string
servername string
rank int
return string[]

GetCommandText() public method

public GetCommandText ( string command ) : string
command string
return string

GetCommandText() public method

public GetCommandText ( string command, string channel, string servername ) : string
command string
channel string
servername string
return string

GetCommandTexts() public method

public GetCommandTexts ( string command ) : string[]
command string
return string[]

GetCommandTexts() public method

public GetCommandTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
return string[]

GetConsoleCommandHelpText() public method

public GetConsoleCommandHelpText ( string command ) : string
command string
return string

GetConsoleCommandHelpTexts() public method

public GetConsoleCommandHelpTexts ( string command ) : string[]
command string
return string[]

GetConsoleCommandText() public method

public GetConsoleCommandText ( string command ) : string
command string
return string

GetConsoleCommandTexts() public method

public GetConsoleCommandTexts ( string command ) : string[]
command string
return string[]

GetConsoleWarningText() public method

public GetConsoleWarningText ( string command ) : string
command string
return string

GetConsoleWarningTexts() public method

public GetConsoleWarningTexts ( string command ) : string[]
command string
return string[]

GetWarningText() public method

public GetWarningText ( string command ) : string
command string
return string

GetWarningText() public method

public GetWarningText ( string command, string channel, string servername ) : string
command string
channel string
servername string
return string

GetWarningTexts() public method

public GetWarningTexts ( string command ) : string[]
command string
return string[]

GetWarningTexts() public method

public GetWarningTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
return string[]

IsAdminCommandHelp() public method

public IsAdminCommandHelp ( string command ) : bool
command string
return bool

IsAdminCommandHelp() public method

public IsAdminCommandHelp ( string command, string channel, string servername ) : bool
command string
channel string
servername string
return bool