C# Class ServerTools.Gimme

Show file Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
AlwaysShowResponse bool
DelayBetweenUses int
IsEnabled bool
IsRunning bool

Private Properties

Property Type Description
InitFileWatcher void
LoadXml void
OnFileChanged void
UpdateXml void
_GiveItem void

Public Methods

Method Description
Checkplayer ( ClientInfo _cInfo, bool _announce, string _playerName ) : void
Load ( ) : void
Unload ( ) : void

Private Methods

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

Method Details

Checkplayer() public static method

public static Checkplayer ( ClientInfo _cInfo, bool _announce, string _playerName ) : void
_cInfo ClientInfo
_announce bool
_playerName string
return void

Load() public static method

public static Load ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

AlwaysShowResponse public static property

public static bool AlwaysShowResponse
return bool

DelayBetweenUses public static property

public static int DelayBetweenUses
return int

IsEnabled public static property

public static bool IsEnabled
return bool

IsRunning public static property

public static bool IsRunning
return bool