C# Class Dwarrowdelf.Server.GameConfig

Datei anzeigen Open project: tomba/dwarrowdelf Class Usage Examples

Public Properties

Property Type Description
IronPythonEnabled bool
MaxMoveTime System.TimeSpan
MinTickTime System.TimeSpan
RequirePlayer bool

Property Details

IronPythonEnabled public_oe property

public bool IronPythonEnabled
return 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
return System.TimeSpan

MinTickTime public_oe property

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

RequirePlayer public_oe property

Require a player to be connected for ticks to proceed
public bool RequirePlayer
return bool