C# Class Dwarrowdelf.Server.GameConfig

Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Свойство Type Description
IronPythonEnabled bool
MaxMoveTime System.TimeSpan
MinTickTime System.TimeSpan
RequirePlayer bool

Property Details

IronPythonEnabled public_oe property

public bool IronPythonEnabled
Résultat bool

MaxMoveTime public_oe property

Maximum time for one living to make its move. After this time has passed, the living will be skipped
public TimeSpan,System MaxMoveTime
Résultat System.TimeSpan

MinTickTime public_oe property

Minimum time between ticks. Ticks will never proceed faster than this.
public TimeSpan,System MinTickTime
Résultat System.TimeSpan

RequirePlayer public_oe property

Require a player to be connected for ticks to proceed
public bool RequirePlayer
Résultat bool