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

#include <UpdateFields.h>

+ Inheritance diagram for UF::ChallengeModeData:

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== (ChallengeModeData const &right) const
 
bool operator!= (ChallengeModeData const &right) const
 

Public Attributes

int32 MapID = 0
 
int32 InitialPlayerCount = 0
 
uint64 InstanceID = 0
 
int64 StartTime = 0
 
ObjectGuid KeystoneOwnerGUID
 
ObjectGuid LeaverGUID
 
int64 InstanceAbandonVoteCooldown = 0
 
uint32 IsActive = 0
 
uint32 HasRestrictions = 0
 
uint32 CanVoteAbandon = 0
 

Detailed Description

Definition at line 1239 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1252 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 1256 of file UpdateFields.h.

◆ operator==()

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

Definition at line 5263 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 5233 of file UpdateFields.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 5248 of file UpdateFields.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ CanVoteAbandon

uint32 UF::ChallengeModeData::CanVoteAbandon = 0

Definition at line 1250 of file UpdateFields.h.

◆ HasRestrictions

uint32 UF::ChallengeModeData::HasRestrictions = 0

Definition at line 1249 of file UpdateFields.h.

◆ InitialPlayerCount

int32 UF::ChallengeModeData::InitialPlayerCount = 0

Definition at line 1242 of file UpdateFields.h.

◆ InstanceAbandonVoteCooldown

int64 UF::ChallengeModeData::InstanceAbandonVoteCooldown = 0

Definition at line 1247 of file UpdateFields.h.

◆ InstanceID

uint64 UF::ChallengeModeData::InstanceID = 0

Definition at line 1243 of file UpdateFields.h.

◆ IsActive

uint32 UF::ChallengeModeData::IsActive = 0

Definition at line 1248 of file UpdateFields.h.

◆ KeystoneOwnerGUID

ObjectGuid UF::ChallengeModeData::KeystoneOwnerGUID

Definition at line 1245 of file UpdateFields.h.

◆ LeaverGUID

ObjectGuid UF::ChallengeModeData::LeaverGUID

Definition at line 1246 of file UpdateFields.h.

◆ MapID

int32 UF::ChallengeModeData::MapID = 0

Definition at line 1241 of file UpdateFields.h.

◆ StartTime

int64 UF::ChallengeModeData::StartTime = 0

Definition at line 1244 of file UpdateFields.h.


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