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