C# Class ServerTools.ReservedSlots

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

Méthodes publiques

Свойство Type Description
Dict DateTime>.SortedDictionary
Dict1 string>.SortedDictionary
IsEnabled bool
IsRunning bool

Méthodes publiques

Méthode Description
CheckReservedSlot ( ClientInfo _cInfo ) : void
Load ( ) : void
Unload ( ) : void
UpdateXml ( ) : void

Private Methods

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

Method Details

CheckReservedSlot() public static méthode

public static CheckReservedSlot ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

Load() public static méthode

public static Load ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

UpdateXml() public static méthode

public static UpdateXml ( ) : void
Résultat void

Property Details

Dict public_oe static_oe property

public static SortedDictionary Dict
Résultat DateTime>.SortedDictionary

Dict1 public_oe static_oe property

public static SortedDictionary Dict1
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