C# Class Dwarrowdelf.Server.GameConfig

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

public bool IronPythonEnabled
return bool

MaxMoveTime public 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 property

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

RequirePlayer public property

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