|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "Battleground.h"Go to the source code of this file.
Classes | |
| class | BattlegroundVOP |
| struct | BattlegroundVOPScore |
Macros | |
| #define | BG_VOP_MAX_TEAM_SCORE 1600 |
Variables | |
| const uint32 | BG_VOP_PK_VP = 10 |
| const uint32 | BG_VOP_SOUND_ORB = 8174 |
| const uint32 | BG_VOP_TickIntervals [5] = { 15000, 12000, 9000, 6000, 3000 } |
| const uint32 | BG_VOP_TickPoints [5] = { 0, 10, 10, 10, 10 } |
| #define BG_VOP_MAX_TEAM_SCORE 1600 |
Definition at line 11 of file BattlegroundVOP.h.
Referenced by BattlegroundVOP::FillInitialWorldStates(), BattlegroundVOP::PostUpdateImpl(), and BattlegroundVOP::UpdateTeamScore().
| enum BG_VOP_Creatures |
| Enumerator | |
|---|---|
| BG_VOP_CREATURE_ORB_AURA_1 | |
| BG_VOP_CREATURE_ORB_AURA_2 | |
| BG_VOP_CREATURE_ORB_AURA_3 | |
| BG_VOP_CREATURE_ORB_AURA_4 | |
| BG_VOP_CREATURE_SPIRIT_1 | |
| BG_VOP_CREATURE_SPIRIT_2 | |
| BG_VOP_CREATURE_MAX | |
Definition at line 39 of file BattlegroundVOP.h.
| enum BG_VOP_Objects |
| Enumerator | |
|---|---|
| BG_VOP_OBJECT_DOOR_A | |
| BG_VOP_OBJECT_DOOR_H | |
| BG_VOP_OBJECT_ORB_1 | |
| BG_VOP_OBJECT_ORB_2 | |
| BG_VOP_OBJECT_ORB_3 | |
| BG_VOP_OBJECT_ORB_4 | |
| BG_VOP_OBJECT_BUFF_NORTH | |
| BG_VOP_OBJECT_BUFF_SOUTH | |
| BG_VOP_OBJECT_MAX | |
Definition at line 26 of file BattlegroundVOP.h.
| enum BG_VOP_Objets_Entry |
| Enumerator | |
|---|---|
| BG_VOP_OBJECT_DOOR_ENTRY | |
| BG_VOP_OBJECT_ORB_1_ENTRY | |
| BG_VOP_OBJECT_ORB_2_ENTRY | |
| BG_VOP_OBJECT_ORB_3_ENTRY | |
| BG_VOP_OBJECT_ORB_4_ENTRY | |
Definition at line 50 of file BattlegroundVOP.h.
| enum BG_VOP_Spells |
Definition at line 13 of file BattlegroundVOP.h.
| enum BG_VOP_WorldStates |
| Enumerator | |
|---|---|
| BG_VOP_OP_RESOURCES_MAX | |
| BG_VOP_OP_RESOURCES_A | |
| BG_VOP_OP_RESOURCES_H | |
Definition at line 58 of file BattlegroundVOP.h.
| const uint32 BG_VOP_PK_VP = 10 |
Definition at line 69 of file BattlegroundVOP.h.
Referenced by BattlegroundVOP::HandleKillPlayer().
| const uint32 BG_VOP_SOUND_ORB = 8174 |
Definition at line 70 of file BattlegroundVOP.h.
Referenced by BattlegroundVOP::EventPlayerClickedOnFlag(), and BattlegroundVOP::HandleKillPlayer().
| const uint32 BG_VOP_TickIntervals[5] = { 15000, 12000, 9000, 6000, 3000 } |
Definition at line 66 of file BattlegroundVOP.h.
Referenced by BattlegroundVOP::PostUpdateImpl().
| const uint32 BG_VOP_TickPoints[5] = { 0, 10, 10, 10, 10 } |
Definition at line 67 of file BattlegroundVOP.h.
Referenced by BattlegroundVOP::PostUpdateImpl().