![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::NICompletedInitiativesEntry: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== (NICompletedInitiativesEntry const &right) const |
| bool | operator!= (NICompletedInitiativesEntry const &right) const |
Public Attributes | |
| bool | Completed = false |
| std::vector< UF::NICompletedMilestoneEntry > | CompletedMilestones |
| uint32 | InitiativeID = 0 |
Definition at line 2197 of file UpdateFields.h.
Definition at line 2203 of file UpdateFields.h.
|
inline |
Definition at line 2207 of file UpdateFields.h.
| bool UF::NICompletedInitiativesEntry::operator== | ( | NICompletedInitiativesEntry const & | right | ) | const |
Definition at line 10415 of file UpdateFields.cpp.
| void UF::NICompletedInitiativesEntry::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::NICompletedInitiativesEntry::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| bool UF::NICompletedInitiativesEntry::Completed = false |
Definition at line 2199 of file UpdateFields.h.
| std::vector<UF::NICompletedMilestoneEntry> UF::NICompletedInitiativesEntry::CompletedMilestones |
Definition at line 2200 of file UpdateFields.h.
| uint32 UF::NICompletedInitiativesEntry::InitiativeID = 0 |
Definition at line 2201 of file UpdateFields.h.