Enum GameSpeed
- Namespace
- TinyLife
- Assembly
- Tiny Life.dll
An enumeration of all possible game speeds. The value of each value is the amount that the game's speed is multiplied with.
public enum GameSpeed
- Extension Methods
Fields
ExtremelyFast = 20
A game speed with which things happen at 20 times the Regular speed. Note that this option is not selectable and only occurs if every household member is asleep or out of town.
Fast = 2
A game speed with which things happen at twice the Regular speed
Paused = 0
A game speed that represents no actions occuring
Regular = 1
A game speed that represents the regular speed
VeryFast = 3
A game speed with which things happen at three times the Regular speed