Table of Contents

Enum GameImpl.GameMode

Namespace
TinyLife
Assembly
Tiny Life.dll

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

public enum GameImpl.GameMode
Extension Methods

Fields

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

InGameHousehold = 4

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

InitialLoad = 0

A game mode that represents the loading screen at startup

MainMenu = 2

A game mode that represents the main menu

SelectHousehold = 3

A game mode that represents the map selection menu

Splash = 1

A game mode that represents the splash screen at startup