C# Class ServerTools.Gimme

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

Méthodes publiques

Свойство Type Description
AlwaysShowResponse bool
DelayBetweenUses int
IsEnabled bool
IsRunning bool

Private Properties

Свойство Type Description
InitFileWatcher void
LoadXml void
OnFileChanged void
UpdateXml void
_GiveItem void

Méthodes publiques

Méthode Description
Checkplayer ( ClientInfo _cInfo, bool _announce, string _playerName ) : void
Load ( ) : void
Unload ( ) : void

Private Methods

Méthode Description
InitFileWatcher ( ) : void
LoadXml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void
UpdateXml ( ) : void
_GiveItem ( ClientInfo _cInfo, bool _announce ) : void

Method Details

Checkplayer() public static méthode

public static Checkplayer ( ClientInfo _cInfo, bool _announce, string _playerName ) : void
_cInfo ClientInfo
_announce bool
_playerName string
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

Property Details

AlwaysShowResponse public_oe static_oe property

public static bool AlwaysShowResponse
Résultat bool

DelayBetweenUses public_oe static_oe property

public static int DelayBetweenUses
Résultat int

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