Table of Contents

Enum GameImpl.GameMode

Namespace
TinyLife
Assembly
TinyLife.dll

An enumeration that contains values representing the different game modes the game can be in

public enum GameImpl.GameMode
Extension Methods

Fields

InitialLoad = 0

A game mode that represents the loading screen at startup

Splash = 1

A game mode that represents the splash screen at startup

MainMenu = 2

A game mode that represents the main menu

SelectHousehold = 3

A game mode that represents the map selection menu

InGameHousehold = 4

A game mode that represents the play mode, either in-game or in build mode

BuildOnly = 5

A game mode that represents the play mode forced to build mode (with no current household)

CharacterCreation = 6

A game mode that represents the CharacterCreator