C# Class ServerTools.AutoSaveWorld

Show file 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 static property

public static int DelayBetweenWorldSaves
return int

IsEnabled public static property

public static bool IsEnabled
return bool

IsRunning public static property

public static bool IsRunning
return bool