C# Class ServerTools.CustomCommands

Exibir arquivo Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
ChatColor string
Dict string[]>.SortedDictionary
IsEnabled bool
IsRunning bool

Public Methods

Method Description
GetChatCommands ( ClientInfo _cInfo ) : string
Load ( ) : void
Unload ( ) : void

Private Methods

Method Description
InitFileWatcher ( ) : void
LoadXml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void
UpdateXml ( ) : void

Method Details

GetChatCommands() public static method

public static GetChatCommands ( ClientInfo _cInfo ) : string
_cInfo ClientInfo
return string

Load() public static method

public static Load ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

ChatColor public_oe static_oe property

public static string ChatColor
return string

Dict public_oe static_oe property

public static SortedDictionary Dict
return string[]>.SortedDictionary

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool

IsRunning public_oe static_oe property

public static bool IsRunning
return bool