![]() |
TrinityCore
|
#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 |
Definition at line 1239 of file UpdateFields.h.
Definition at line 1252 of file UpdateFields.h.
|
inline |
Definition at line 1256 of file UpdateFields.h.
| bool UF::ChallengeModeData::operator== | ( | ChallengeModeData const & | right | ) | const |
Definition at line 5263 of file UpdateFields.cpp.
| 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:| 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:| uint32 UF::ChallengeModeData::CanVoteAbandon = 0 |
Definition at line 1250 of file UpdateFields.h.
| uint32 UF::ChallengeModeData::HasRestrictions = 0 |
Definition at line 1249 of file UpdateFields.h.
| int32 UF::ChallengeModeData::InitialPlayerCount = 0 |
Definition at line 1242 of file UpdateFields.h.
| int64 UF::ChallengeModeData::InstanceAbandonVoteCooldown = 0 |
Definition at line 1247 of file UpdateFields.h.
| uint64 UF::ChallengeModeData::InstanceID = 0 |
Definition at line 1243 of file UpdateFields.h.
| uint32 UF::ChallengeModeData::IsActive = 0 |
Definition at line 1248 of file UpdateFields.h.
| ObjectGuid UF::ChallengeModeData::KeystoneOwnerGUID |
Definition at line 1245 of file UpdateFields.h.
| ObjectGuid UF::ChallengeModeData::LeaverGUID |
Definition at line 1246 of file UpdateFields.h.
| int32 UF::ChallengeModeData::MapID = 0 |
Definition at line 1241 of file UpdateFields.h.
| int64 UF::ChallengeModeData::StartTime = 0 |
Definition at line 1244 of file UpdateFields.h.