Table of Contents

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 = 0

A game speed that represents no actions occuring

Regular = 1

A game speed that represents the regular speed

Fast = 2

A game speed with which things happen at twice the Regular speed

VeryFast = 3

A game speed with which things happen at three times the Regular speed

VeryFastLimited = 4
ExtremelyFast = 5

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.

ExtremelyFastLimited = 6