AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
BattlegroundObjectInfo Struct Reference

#include "Battleground.h"

Public Member Functions

 BattlegroundObjectInfo ()=default
 

Public Attributes

GameObjectobject {nullptr}
 
int32 timer {0}
 
uint32 spellid {0}
 

Detailed Description

Constructor & Destructor Documentation

◆ BattlegroundObjectInfo()

BattlegroundObjectInfo::BattlegroundObjectInfo ( )
default

Member Data Documentation

◆ object

GameObject* BattlegroundObjectInfo::object {nullptr}

◆ spellid

uint32 BattlegroundObjectInfo::spellid {0}

◆ timer

int32 BattlegroundObjectInfo::timer {0}