C# Class ServerTools.CustomCommands

Afficher le fichier Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Méthodes publiques

Свойство Type Description
ChatColor string
Dict string[]>.SortedDictionary
IsEnabled bool
IsRunning bool

Méthodes publiques

Méthode Description
GetChatCommands ( ClientInfo _cInfo ) : string
Load ( ) : void
Unload ( ) : void

Private Methods

Méthode Description
InitFileWatcher ( ) : void
LoadXml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void
UpdateXml ( ) : void

Method Details

GetChatCommands() public static méthode

public static GetChatCommands ( ClientInfo _cInfo ) : string
_cInfo ClientInfo
Résultat string

Load() public static méthode

public static Load ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

Property Details

ChatColor public_oe static_oe property

public static string ChatColor
Résultat string

Dict public_oe static_oe property

public static SortedDictionary Dict
Résultat string[]>.SortedDictionary

IsEnabled public_oe static_oe property

public static bool IsEnabled
Résultat bool

IsRunning public_oe static_oe property

public static bool IsRunning
Résultat bool