TowerVR  1.0
TowerVR.GameState Class Reference

Static Public Member Functions

static bool IsValid (int potentialGameState)
 
static string ToString (int gameState)
 

Public Attributes

const int AwaitingPlayers = 0
 
const int AllPlayersReady = 1
 
const int Countdown = 2
 
const int Running = 3
 
const int Ended = 4
 
const int Stopped = 5
 

Member Function Documentation

static bool TowerVR.GameState.IsValid ( int  potentialGameState)
static
static string TowerVR.GameState.ToString ( int  gameState)
static

Member Data Documentation

const int TowerVR.GameState.AllPlayersReady = 1
const int TowerVR.GameState.AwaitingPlayers = 0
const int TowerVR.GameState.Countdown = 2
const int TowerVR.GameState.Ended = 4
const int TowerVR.GameState.Running = 3
const int TowerVR.GameState.Stopped = 5

The documentation for this class was generated from the following file: