Frame of Reference Game API  1.0.3
Namespaces | Classes | Enumerations
FrameOfReference Namespace Reference

Classes

class  Game
 Represents a running instance of the game More...
 
class  Program
 

Enumerations

enum  GameState {
  GameState.Init, GameState.Menu, GameState.Pause, GameState.Benchmark,
  GameState.InGame, GameState.Modify
}
 
See also
Game.CurrentState
More...
 

Enumeration Type Documentation

◆ GameState

See also
Game.CurrentState

Enumerator
Init 

The game is starting up

Menu 

The game is in the main menu

Pause 

The game is paused

Benchmark 

The game is running an automatic benchmark

InGame 

The game is normal playing mode

Modify 

The game is in a special live editing mode