TrinityCore
Loading...
Searching...
No Matches
UF::DelveData Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::DelveData:

Public Types

using OwnerObject = Player
 

Public Member Functions

void WriteCreate (ByteBuffer &data, Player const *receiver, Player const *owner) const
 
void WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Player const *owner) const
 
bool operator== (DelveData const &right) const
 
bool operator!= (DelveData const &right) const
 

Public Attributes

std::vector< ObjectGuidPlayersEligibleForRewards
 
std::vector< int32ActiveOptionalAffixIDs
 
int32 MapID = 0
 
int32 Tier = 0
 
uint64 InstanceID = 0
 
int32 EntranceType = 0
 
uint32 RestrictingRewardPlayers = 0
 

Detailed Description

Definition at line 1165 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1175 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

bool UF::DelveData::operator!= ( DelveData const &  right) const
inline

Definition at line 1179 of file UpdateFields.h.

◆ operator==()

bool UF::DelveData::operator== ( DelveData const &  right) const

Definition at line 4968 of file UpdateFields.cpp.

◆ WriteCreate()

void UF::DelveData::WriteCreate ( ByteBuffer data,
Player const *  receiver,
Player const *  owner 
) const

Definition at line 4927 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

void UF::DelveData::WriteUpdate ( bool  ignoreChangesMask,
ByteBuffer data,
Player const *  receiver,
Player const *  owner 
) const

Definition at line 4947 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ ActiveOptionalAffixIDs

std::vector<int32> UF::DelveData::ActiveOptionalAffixIDs

Definition at line 1168 of file UpdateFields.h.

◆ EntranceType

int32 UF::DelveData::EntranceType = 0

Definition at line 1172 of file UpdateFields.h.

◆ InstanceID

uint64 UF::DelveData::InstanceID = 0

Definition at line 1171 of file UpdateFields.h.

◆ MapID

int32 UF::DelveData::MapID = 0

Definition at line 1169 of file UpdateFields.h.

◆ PlayersEligibleForRewards

std::vector<ObjectGuid> UF::DelveData::PlayersEligibleForRewards

Definition at line 1167 of file UpdateFields.h.

◆ RestrictingRewardPlayers

uint32 UF::DelveData::RestrictingRewardPlayers = 0

Definition at line 1173 of file UpdateFields.h.

◆ Tier

int32 UF::DelveData::Tier = 0

Definition at line 1170 of file UpdateFields.h.


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