TowerVR  1.0
TowerVR.TurnState Class Reference

Static Public Member Functions

static bool IsValid (int potentialTurnState)
 
static string ToString (int turnState)
 

Public Attributes

const int NotStarted = 0
 
const int SelectingTowerPiece = 1
 
const int PlacingTowerPiece = 2
 
const int TowerReacting = 3
 

Member Function Documentation

static bool TowerVR.TurnState.IsValid ( int  potentialTurnState)
static
static string TowerVR.TurnState.ToString ( int  turnState)
static

Member Data Documentation

const int TowerVR.TurnState.NotStarted = 0
const int TowerVR.TurnState.PlacingTowerPiece = 2
const int TowerVR.TurnState.SelectingTowerPiece = 1
const int TowerVR.TurnState.TowerReacting = 3

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