AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
BattlegroundAB::CapturePointInfo Struct Reference

Public Member Functions

 CapturePointInfo ()
 

Public Attributes

TeamId _ownerTeamId
 
uint32 _iconNone
 
uint32 _iconCapture
 
uint8 _state
 
bool _captured
 

Detailed Description

Constructor & Destructor Documentation

◆ CapturePointInfo()

BattlegroundAB::CapturePointInfo::CapturePointInfo ( )
inline
327 {
328 }
@ BG_AB_NODE_STATE_NEUTRAL
Definition: BattlegroundAB.h:181
@ TEAM_NEUTRAL
Definition: SharedDefines.h:762
uint32 _iconNone
Definition: BattlegroundAB.h:331
uint32 _iconCapture
Definition: BattlegroundAB.h:332
uint8 _state
Definition: BattlegroundAB.h:333
bool _captured
Definition: BattlegroundAB.h:335
TeamId _ownerTeamId
Definition: BattlegroundAB.h:330

Member Data Documentation

◆ _captured

bool BattlegroundAB::CapturePointInfo::_captured

◆ _iconCapture

uint32 BattlegroundAB::CapturePointInfo::_iconCapture

Referenced by BattlegroundAB::Init().

◆ _iconNone

uint32 BattlegroundAB::CapturePointInfo::_iconNone

Referenced by BattlegroundAB::Init().

◆ _ownerTeamId

◆ _state

uint8 BattlegroundAB::CapturePointInfo::_state