C# Class ServerTools.AutoSaveWorld

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
Save ( ) : void

Method Details

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

Property Details

DelayBetweenWorldSaves public_oe static_oe property

public static int DelayBetweenWorldSaves
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