TrinityCore
WorldPackets::Garrison::GarrisonEncounter Struct Reference

#include <GarrisonPackets.h>

Public Attributes

int32 GarrEncounterID = 0
 
std::vector< int32Mechanics
 
int32 GarrAutoCombatantID = 0
 
int32 Health = 0
 
int32 MaxHealth = 0
 
int32 Attack = 0
 
int8 BoardIndex = 0
 

Detailed Description

Definition at line 105 of file GarrisonPackets.h.

Member Data Documentation

◆ Attack

int32 WorldPackets::Garrison::GarrisonEncounter::Attack = 0

Definition at line 112 of file GarrisonPackets.h.

◆ BoardIndex

int8 WorldPackets::Garrison::GarrisonEncounter::BoardIndex = 0

Definition at line 113 of file GarrisonPackets.h.

◆ GarrAutoCombatantID

int32 WorldPackets::Garrison::GarrisonEncounter::GarrAutoCombatantID = 0

Definition at line 109 of file GarrisonPackets.h.

◆ GarrEncounterID

int32 WorldPackets::Garrison::GarrisonEncounter::GarrEncounterID = 0

Definition at line 107 of file GarrisonPackets.h.

◆ Health

int32 WorldPackets::Garrison::GarrisonEncounter::Health = 0

Definition at line 110 of file GarrisonPackets.h.

◆ MaxHealth

int32 WorldPackets::Garrison::GarrisonEncounter::MaxHealth = 0

Definition at line 111 of file GarrisonPackets.h.

◆ Mechanics

std::vector<int32> WorldPackets::Garrison::GarrisonEncounter::Mechanics

Definition at line 108 of file GarrisonPackets.h.


The documentation for this struct was generated from the following file: