|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| struct | creature_type |
| struct | go_type |
| class | OPvPCapturePoint |
| class | OutdoorPvP |
Macros | |
| #define | MAX_OUTDOORPVP_TYPES 6 |
| #define | OTHER_TEAM(a) |
Typedefs | |
| typedef std::set< uint64 > | PlayerSet |
Enumerations | |
| enum | ObjectiveStates { OBJECTIVESTATE_NEUTRAL = 0 , OBJECTIVESTATE_ALLIANCE , OBJECTIVESTATE_HORDE , OBJECTIVESTATE_NEUTRAL_ALLIANCE_CHALLENGE , OBJECTIVESTATE_NEUTRAL_HORDE_CHALLENGE , OBJECTIVESTATE_ALLIANCE_HORDE_CHALLENGE , OBJECTIVESTATE_HORDE_ALLIANCE_CHALLENGE } |
| enum | OutdoorPvPTypes { OUTDOOR_PVP_HP = 1 , OUTDOOR_PVP_NA = 2 , OUTDOOR_PVP_TF = 3 , OUTDOOR_PVP_ZM = 4 , OUTDOOR_PVP_SI = 5 } |
| #define MAX_OUTDOORPVP_TYPES 6 |
Definition at line 25 of file OutdoorPvP.h.
Referenced by disable_commandscript::HandleAddDisables(), OutdoorPvPMgr::InitOutdoorPvP(), and DisableMgr::LoadDisables().
| #define OTHER_TEAM | ( | a | ) |
Definition at line 76 of file OutdoorPvP.h.
| enum ObjectiveStates |
Definition at line 27 of file OutdoorPvP.h.
| enum OutdoorPvPTypes |
| Enumerator | |
|---|---|
| OUTDOOR_PVP_HP | |
| OUTDOOR_PVP_NA | |
| OUTDOOR_PVP_TF | |
| OUTDOOR_PVP_ZM | |
| OUTDOOR_PVP_SI | |
Definition at line 16 of file OutdoorPvP.h.