Enum GameSpeed
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration of all possible game speeds. To get the game speed multiplier for each game speed, see GetSpeedMultiplier(GameSpeed).
public enum GameSpeed
- Extension Methods
Fields
Paused = 0A game speed that represents no actions occuring
Regular = 1A game speed that represents the regular speed
Fast = 2A game speed with which things happen at twice the Regular speed
VeryFast = 3A game speed with which things happen at three times the Regular speed
VeryFastLimited = 4ExtremelyFast = 5A 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.
ExtremelyFastLimited = 6