Public Member Functions | Public Attributes

Arena Class Reference

List of all members.

Public Member Functions

 Arena (string& name)
void SetPolygon (IPolygon@ polygon)
bool IsWithin (Critter& cr)
bool IsWithin (Item& item)
void Lock ()
void Unlock ()
bool IsLocked ()
void StartCombat ()
void EndCombat ()
bool IsCombat ()

Public Attributes

string Name
array< EntireTeam1Entires
array< EntireTeam2Entires
private IPolygonpoly = null
private bool locked = false
private bool combat = false

Constructor & Destructor Documentation

Arena ( string name  ) 

Member Function Documentation

void SetPolygon ( IPolygon polygon  ) 
bool IsWithin ( Critter cr  ) 
bool IsWithin ( Item item  ) 
void Lock (  ) 
void Unlock (  ) 
bool IsLocked (  ) 
void StartCombat (  ) 
void EndCombat (  ) 
bool IsCombat (  ) 

Member Data Documentation

private IPolygon@ poly = null
private bool locked = false
private bool combat = false