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< Entire > | Team1Entires |
| array< Entire > | Team2Entires |
| private IPolygon@ | poly = null |
| private bool | locked = false |
| private bool | combat = false |
| void SetPolygon | ( | IPolygon@ | polygon | ) |
| bool IsWithin | ( | Critter& | cr | ) |
| bool IsWithin | ( | Item& | item | ) |
| void Lock | ( | ) |
| void Unlock | ( | ) |
| bool IsLocked | ( | ) |
| void StartCombat | ( | ) |
| void EndCombat | ( | ) |
| bool IsCombat | ( | ) |
| array<Entire> Team1Entires |
| array<Entire> Team2Entires |
| private bool locked = false |
| private bool combat = false |
1.7.1