C# Class ServerTools.InventoryCheck

Mostrar archivo Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Properties

Property Type Description
AnounceInvalidStack bool
BanPlayer bool
IsEnabled bool
IsRunning bool

Public Methods

Method Description
CheckInv ( ClientInfo _cInfo, PlayerDataFile _playerDataFile ) : void
Load ( ) : void
Unload ( ) : void

Private Methods

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

Method Details

CheckInv() public static method

public static CheckInv ( ClientInfo _cInfo, PlayerDataFile _playerDataFile ) : void
_cInfo ClientInfo
_playerDataFile PlayerDataFile
return void

Load() public static method

public static Load ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

AnounceInvalidStack public_oe static_oe property

public static bool AnounceInvalidStack
return bool

BanPlayer public_oe static_oe property

public static bool BanPlayer
return bool

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool

IsRunning public_oe static_oe property

public static bool IsRunning
return bool