Enum GameState
- Namespace
- FrameOfReference
- Assembly
- FrameOfReference.dll
public enum GameState
- Extension Methods
Fields
Benchmark = 3The game is running an automatic benchmark
InGame = 4The game is normal playing mode
Init = 0The game is starting up
Menu = 1The game is in the main menu
Modify = 5The game is in a special live editing mode
Pause = 2The game is paused