AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
OutdoorPvPGH Class Reference

#include "OutdoorPvPGH.h"

Inheritance diagram for OutdoorPvPGH:
OutdoorPvP ZoneScript

Public Member Functions

 OutdoorPvPGH ()
 
bool SetupOutdoorPvP () override
 
void SendRemoveWorldStates (Player *player) override
 
- Public Member Functions inherited from OutdoorPvP
 OutdoorPvP ()
 
 ~OutdoorPvP () override
 
void DeleteSpawns ()
 
virtual void FillInitialWorldStates (WorldPacket &)
 
virtual bool HandleAreaTrigger (Player *player, uint32 trigger)
 
virtual bool HandleCustomSpell (Player *player, uint32 spellId, GameObject *go)
 
virtual bool HandleOpenGo (Player *player, GameObject *go)
 
virtual bool SetupOutdoorPvP ()
 
void OnGameObjectCreate (GameObject *go) override
 
void OnGameObjectRemove (GameObject *go) override
 
void OnCreatureCreate (Creature *creature) override
 
void OnCreatureRemove (Creature *creature) override
 
void SendUpdateWorldState (uint32 field, uint32 value)
 
virtual bool Update (uint32 diff)
 
virtual void HandleKill (Player *killer, Unit *killed)
 
virtual void HandleKillImpl (Player *, Unit *)
 
bool IsInsideObjective (Player *player) const
 
virtual void AwardKillBonus (Player *)
 
uint32 GetTypeId ()
 
virtual bool HandleDropFlag (Player *player, uint32 spellId)
 
virtual bool HandleGossipOption (Player *player, Creature *creature, uint32 gossipid)
 
virtual bool CanTalkTo (Player *player, Creature *c, GossipMenuItems const &gso)
 
void TeamApplyBuff (TeamId teamId, uint32 spellId, uint32 spellId2=0, Player *sameMapPlr=nullptr)
 
MapGetMap () const
 
- Public Member Functions inherited from ZoneScript
 ZoneScript ()
 
virtual ~ZoneScript ()
 
virtual uint32 GetCreatureEntry (ObjectGuid::LowType, CreatureData const *data)
 
virtual uint32 GetGameObjectEntry (ObjectGuid::LowType, uint32 entry)
 
virtual void OnCreatureCreate (Creature *)
 
virtual void OnCreatureRemove (Creature *)
 
virtual void OnGameObjectCreate (GameObject *)
 
virtual void OnGameObjectRemove (GameObject *)
 
virtual void OnUnitDeath (Unit *)
 
virtual void OnCreatureEvade (Creature *)
 
virtual ObjectGuid GetGuidData (uint32) const
 
virtual void SetGuidData (uint32, ObjectGuid)
 
virtual uint64 GetData64 (uint32) const
 
virtual void SetData64 (uint32, uint64)
 
virtual uint32 GetData (uint32) const
 
virtual void SetData (uint32, uint32)
 
virtual void ProcessEvent (WorldObject *, uint32)
 

Additional Inherited Members

- Public Types inherited from OutdoorPvP
typedef std::map< ObjectGuid::LowType, OPvPCapturePoint * > OPvPCapturePointMap
 
typedef std::pair< ObjectGuid::LowType, GameObject * > GoScriptPair
 
typedef std::pair< ObjectGuid::LowType, Creature * > CreatureScriptPair
 
- Protected Member Functions inherited from OutdoorPvP
virtual void SendRemoveWorldStates (Player *)
 
void BroadcastPacket (WorldPacket &data) const
 
virtual void HandlePlayerEnterZone (Player *player, uint32 zone)
 
virtual void HandlePlayerLeaveZone (Player *player, uint32 zone)
 
virtual void HandlePlayerResurrects (Player *player, uint32 zone)
 
void AddCapturePoint (OPvPCapturePoint *cp)
 
OPvPCapturePointGetCapturePoint (ObjectGuid::LowType spawnId) const
 
void RegisterZone (uint32 zoneid)
 
bool HasPlayer (Player const *player) const
 
void TeamCastSpell (TeamId team, int32 spellId, Player *sameMapPlr=nullptr)
 
void SetMapFromZone (uint32 zone)
 
- Protected Attributes inherited from OutdoorPvP
OPvPCapturePointMap m_capturePoints
 
PlayerSet m_players [2]
 
uint32 m_TypeId
 
bool m_sendUpdate
 
std::map< ObjectGuid::LowType, GameObject * > m_GoScriptStore
 
std::map< ObjectGuid::LowType, Creature * > m_CreatureScriptStore
 
Mapm_map
 

Detailed Description

Constructor & Destructor Documentation

◆ OutdoorPvPGH()

OutdoorPvPGH::OutdoorPvPGH ( )
27{
29}
@ OUTDOOR_PVP_GH
Definition: OutdoorPvP.h:35
uint32 m_TypeId
Definition: OutdoorPvP.h:267

References OutdoorPvP::m_TypeId, and OUTDOOR_PVP_GH.

Member Function Documentation

◆ SendRemoveWorldStates()

void OutdoorPvPGH::SendRemoveWorldStates ( Player player)
overridevirtual

Reimplemented from OutdoorPvP.

41{
45}
@ GH_UI_SLIDER_N
Definition: OutdoorPvPGH.h:32
@ GH_UI_SLIDER_DISPLAY
Definition: OutdoorPvPGH.h:30
@ GH_UI_SLIDER_POS
Definition: OutdoorPvPGH.h:31
void SendUpdateWorldState(uint32 variable, uint32 value) const
Definition: PlayerUpdates.cpp:2194

References GH_UI_SLIDER_DISPLAY, GH_UI_SLIDER_N, GH_UI_SLIDER_POS, and Player::SendUpdateWorldState().

◆ SetupOutdoorPvP()

bool OutdoorPvPGH::SetupOutdoorPvP ( )
overridevirtual

Reimplemented from OutdoorPvP.

32{
35
37 return true;
38}
@ GH_ZONE
Definition: OutdoorPvPGH.h:28
void RegisterZone(uint32 zoneid)
Definition: OutdoorPvP.cpp:591
void SetMapFromZone(uint32 zone)
Definition: OutdoorPvP.cpp:660
void AddCapturePoint(OPvPCapturePoint *cp)
Definition: OutdoorPvP.h:281
Definition: OutdoorPvPGH.h:48

References OutdoorPvP::AddCapturePoint(), GH_ZONE, OutdoorPvP::RegisterZone(), and OutdoorPvP::SetMapFromZone().