![]() |
TrinityCore
|
Include dependency graph for BattlegroundIC.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ICNpc |
| struct | ICGo |
| struct | ICNodeInfo |
| struct | ICNodePoint |
| struct | BattlegroundICScore |
| class | BattlegroundIC |
Macros | |
| #define | MAX_REINFORCEMENTS 300 |
Variables | |
| const uint32 | BG_IC_Factions [2] |
| const ICNpc | BG_IC_NpcSpawnlocs [MAX_NORMAL_NPCS_SPAWNS] |
| const Position | BG_IC_WorkshopVehicles [5] |
| const Position | BG_IC_DocksVehiclesGlaives [2] |
| const Position | BG_IC_DocksVehiclesCatapults [4] |
| const Position | BG_IC_HangarTeleporters [3] |
| const Position | BG_IC_HangarTeleporterEffects [3] |
| const Position | BG_IC_HangarTrigger [2] |
| const Position | BG_IC_HangarCaptains [4] |
| const ICGo | BG_IC_Teleporters [MAX_FORTRESS_TELEPORTERS_SPAWNS] |
| const ICGo | BG_IC_TeleporterEffects [MAX_FORTRESS_TELEPORTER_EFFECTS_SPAWNS] |
| const ICGo | BG_IC_ObjSpawnlocs [MAX_NORMAL_GAMEOBJECTS_SPAWNS] |
| const Position | workshopBombs [2] |
| const uint32 | BG_IC_GraveyardIds [MAX_NODE_TYPES+2] = {0, 0, 1480, 1481, 1482, 1485, 1486, 1483, 1484} |
| Position const | BG_IC_SpiritGuidePos [MAX_NODE_TYPES+2] |
| ICNodeInfo const | ICNodes [MAX_NODE_TYPES] |
| const ICNodePoint | nodePointInitial [MAX_NODE_TYPES] |
| #define MAX_REINFORCEMENTS 300 |
Definition at line 189 of file BattlegroundIC.h.
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_GUNSHIP_READY | |
Definition at line 201 of file BattlegroundIC.h.
| enum BannersTypes |
| Enumerator | |
|---|---|
| BANNER_A_CONTROLLED | |
| BANNER_A_CONTESTED | |
| BANNER_H_CONTROLLED | |
| BANNER_H_CONTESTED | |
Definition at line 433 of file BattlegroundIC.h.
| enum BG_IC_GateState |
| Enumerator | |
|---|---|
| BG_IC_GATE_OK | |
| BG_IC_GATE_DAMAGED | |
| BG_IC_GATE_DESTROYED | |
Definition at line 791 of file BattlegroundIC.h.
| enum BG_IC_GOs |
Definition at line 217 of file BattlegroundIC.h.
| enum BG_IC_MaxSpawns |
Definition at line 441 of file BattlegroundIC.h.
| enum BG_IC_NPCs |
Definition at line 355 of file BattlegroundIC.h.
| enum BG_IC_Objectives |
| Enumerator | |
|---|---|
| IC_OBJECTIVE_ASSAULT_BASE | |
| IC_OBJECTIVE_DEFEND_BASE | |
Definition at line 723 of file BattlegroundIC.h.
| enum creaturesIC |
Definition at line 31 of file BattlegroundIC.h.
| enum gameobjectsIC |
Definition at line 53 of file BattlegroundIC.h.
| enum HonorRewards |
| Enumerator | |
|---|---|
| RESOURCE_HONOR_AMOUNT | |
| WINNER_HONOR_AMOUNT | |
Definition at line 904 of file BattlegroundIC.h.
| enum ICBroadcastTexts |
Definition at line 848 of file BattlegroundIC.h.
| enum ICDoorList |
| Enumerator | |
|---|---|
| BG_IC_H_FRONT | |
| BG_IC_H_WEST | |
| BG_IC_H_EAST | |
| BG_IC_A_FRONT | |
| BG_IC_A_WEST | |
| BG_IC_A_EAST | |
| BG_IC_MAXDOOR | |
Definition at line 798 of file BattlegroundIC.h.
| enum ICNodePointType |
| Enumerator | |
|---|---|
| NODE_TYPE_REFINERY | |
| NODE_TYPE_QUARRY | |
| NODE_TYPE_DOCKS | |
| NODE_TYPE_HANGAR | |
| NODE_TYPE_WORKSHOP | |
| NODE_TYPE_GRAVEYARD_A | |
| NODE_TYPE_GRAVEYARD_H | |
| MAX_NODE_TYPES | |
Definition at line 809 of file BattlegroundIC.h.
| enum ICNodeState |
| Enumerator | |
|---|---|
| NODE_STATE_UNCONTROLLED | |
| NODE_STATE_CONFLICT_A | |
| NODE_STATE_CONFLICT_H | |
| NODE_STATE_CONTROLLED_A | |
| NODE_STATE_CONTROLLED_H | |
Definition at line 824 of file BattlegroundIC.h.
| enum ICWorldStates |
Definition at line 729 of file BattlegroundIC.h.
| enum Spells |
Definition at line 705 of file BattlegroundIC.h.
| enum Times |
| Enumerator | |
|---|---|
| WORKSHOP_UPDATE_TIME | |
| DOCKS_UPDATE_TIME | |
| IC_RESOURCE_TIME | |
| CLOSE_DOORS_TIME | |
| BANNER_STATE_CHANGE_TIME | |
| TRANSPORT_PERIOD_TIME | |
Definition at line 191 of file BattlegroundIC.h.
| const Position BG_IC_DocksVehiclesCatapults[4] |
Definition at line 525 of file BattlegroundIC.h.
| const Position BG_IC_DocksVehiclesGlaives[2] |
Definition at line 519 of file BattlegroundIC.h.
| const uint32 BG_IC_Factions[2] |
Definition at line 25 of file BattlegroundIC.h.
| const uint32 BG_IC_GraveyardIds[MAX_NODE_TYPES+2] = {0, 0, 1480, 1481, 1482, 1485, 1486, 1483, 1484} |
Definition at line 833 of file BattlegroundIC.h.
| const Position BG_IC_HangarCaptains[4] |
Definition at line 553 of file BattlegroundIC.h.
| const Position BG_IC_HangarTeleporterEffects[3] |
Definition at line 540 of file BattlegroundIC.h.
| const Position BG_IC_HangarTeleporters[3] |
Definition at line 533 of file BattlegroundIC.h.
| const Position BG_IC_HangarTrigger[2] |
Definition at line 547 of file BattlegroundIC.h.
| const ICNpc BG_IC_NpcSpawnlocs[MAX_NORMAL_NPCS_SPAWNS] |
Definition at line 469 of file BattlegroundIC.h.
| const ICGo BG_IC_ObjSpawnlocs[MAX_NORMAL_GAMEOBJECTS_SPAWNS] |
Definition at line 604 of file BattlegroundIC.h.
| Position const BG_IC_SpiritGuidePos[MAX_NODE_TYPES+2] |
Definition at line 835 of file BattlegroundIC.h.
| const ICGo BG_IC_TeleporterEffects[MAX_FORTRESS_TELEPORTER_EFFECTS_SPAWNS] |
Definition at line 587 of file BattlegroundIC.h.
| const ICGo BG_IC_Teleporters[MAX_FORTRESS_TELEPORTERS_SPAWNS] |
Definition at line 571 of file BattlegroundIC.h.
| const Position BG_IC_WorkshopVehicles[5] |
Definition at line 510 of file BattlegroundIC.h.
| ICNodeInfo const ICNodes[MAX_NODE_TYPES] |
Definition at line 867 of file BattlegroundIC.h.
| const ICNodePoint nodePointInitial[MAX_NODE_TYPES] |
Definition at line 893 of file BattlegroundIC.h.
| const Position workshopBombs[2] |
Definition at line 699 of file BattlegroundIC.h.