![]() |
TrinityCore
|
#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< ObjectGuid > | PlayersEligibleForRewards |
| std::vector< int32 > | ActiveOptionalAffixIDs |
| int32 | MapID = 0 |
| int32 | Tier = 0 |
| uint64 | InstanceID = 0 |
| int32 | EntranceType = 0 |
| uint32 | RestrictingRewardPlayers = 0 |
Definition at line 1165 of file UpdateFields.h.
| using UF::DelveData::OwnerObject = Player |
Definition at line 1175 of file UpdateFields.h.
|
inline |
Definition at line 1179 of file UpdateFields.h.
| bool UF::DelveData::operator== | ( | DelveData const & | right | ) | const |
Definition at line 4968 of file UpdateFields.cpp.
| void UF::DelveData::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::DelveData::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| std::vector<int32> UF::DelveData::ActiveOptionalAffixIDs |
Definition at line 1168 of file UpdateFields.h.
| int32 UF::DelveData::EntranceType = 0 |
Definition at line 1172 of file UpdateFields.h.
| uint64 UF::DelveData::InstanceID = 0 |
Definition at line 1171 of file UpdateFields.h.
| int32 UF::DelveData::MapID = 0 |
Definition at line 1169 of file UpdateFields.h.
| std::vector<ObjectGuid> UF::DelveData::PlayersEligibleForRewards |
Definition at line 1167 of file UpdateFields.h.
| uint32 UF::DelveData::RestrictingRewardPlayers = 0 |
Definition at line 1173 of file UpdateFields.h.
| int32 UF::DelveData::Tier = 0 |
Definition at line 1170 of file UpdateFields.h.