GameMode

Enumeration that represents the different game modes in the game.

Values

Standard [0]The standard topdown game mode
FPS [1]The First Person game mode
Runner [2]The Runner game mode
GoldRush [3]The Gold Rush game mode
Freeroam [4]The Freeroam game mode

Examples

local standardMode = GameMode.Standard;

local runnerMode = GameMode.Runner;

local goldRushMode = GameMode.GoldRush;