![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
| struct | tf_tower_world_state |
| class | OPvPCapturePointTF |
| class | OutdoorPvPTF |
Macros | |
| #define | TF_CAPTURE_BUFF 33377 |
Enumerations | |
| enum | OutdoorPvPTF_TowerType { TF_TOWER_NW = 0 , TF_TOWER_N , TF_TOWER_NE , TF_TOWER_SE , TF_TOWER_S , TF_TOWER_NUM } |
| enum | TFTowerStates { TF_TOWERSTATE_N = 1 , TF_TOWERSTATE_H = 2 , TF_TOWERSTATE_A = 4 } |
Variables | |
| const uint8 | OutdoorPvPTFBuffZonesNum = 5 |
| const uint32 | OutdoorPvPTFBuffZones [OutdoorPvPTFBuffZonesNum] |
| const uint32 | TF_LOCK_TIME = 6 * HOUR * IN_MILLISECONDS |
| const uint32 | TF_LOCK_TIME_UPDATE = 15 * IN_MILLISECONDS |
| const uint32 | TF_ALLY_QUEST = 11505 |
| const uint32 | TF_HORDE_QUEST = 11506 |
| const go_type | TFCapturePoints [TF_TOWER_NUM] |
| const tf_tower_world_state | TFTowerWorldStates [TF_TOWER_NUM] |
| #define TF_CAPTURE_BUFF 33377 |
| Enumerator | |
|---|---|
| TF_TOWER_NW | |
| TF_TOWER_N | |
| TF_TOWER_NE | |
| TF_TOWER_SE | |
| TF_TOWER_S | |
| TF_TOWER_NUM | |
| enum TFTowerStates |
| Enumerator | |
|---|---|
| TF_TOWERSTATE_N | |
| TF_TOWERSTATE_H | |
| TF_TOWERSTATE_A | |
| const uint32 OutdoorPvPTFBuffZones[OutdoorPvPTFBuffZonesNum] |
Referenced by OPvPCapturePointTF::ChangeState(), and OutdoorPvPTF::SetupOutdoorPvP().
| const uint8 OutdoorPvPTFBuffZonesNum = 5 |
Referenced by OutdoorPvPTF::SetupOutdoorPvP().
| const uint32 TF_ALLY_QUEST = 11505 |
Referenced by OPvPCapturePointTF::ChangeState().
| const uint32 TF_HORDE_QUEST = 11506 |
Referenced by OPvPCapturePointTF::ChangeState().
| const uint32 TF_LOCK_TIME = 6 * HOUR * IN_MILLISECONDS |
Referenced by OutdoorPvPTF::OutdoorPvPTF(), OutdoorPvPTF::SetupOutdoorPvP(), and OutdoorPvPTF::Update().
| const uint32 TF_LOCK_TIME_UPDATE = 15 * IN_MILLISECONDS |
Referenced by OutdoorPvPTF::Update().
| const go_type TFCapturePoints[TF_TOWER_NUM] |
Referenced by OPvPCapturePointTF::OPvPCapturePointTF().
| const tf_tower_world_state TFTowerWorldStates[TF_TOWER_NUM] |
Referenced by OPvPCapturePointTF::FillInitialWorldStates(), OutdoorPvPTF::SendRemoveWorldStates(), and OPvPCapturePointTF::UpdateTowerState().