C# Class ServerTools.AutoSaveWorld

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

Public Properties

Property Type Description
DelayBetweenWorldSaves int
IsEnabled bool
IsRunning bool

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Save ( ) : void

Method Details

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

Property Details

DelayBetweenWorldSaves public_oe static_oe property

public static int DelayBetweenWorldSaves
return int

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool

IsRunning public_oe static_oe property

public static bool IsRunning
return bool