![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::PassiveSpellHistory:Public Types | |
| using | OwnerObject = Unit |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, Unit const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Unit const *owner) const |
| bool | operator== (PassiveSpellHistory const &right) const |
| bool | operator!= (PassiveSpellHistory const &right) const |
Public Attributes | |
| int32 | SpellID = 0 |
| int32 | AuraSpellID = 0 |
Definition at line 274 of file UpdateFields.h.
Definition at line 279 of file UpdateFields.h.
|
inline |
Definition at line 283 of file UpdateFields.h.
| bool UF::PassiveSpellHistory::operator== | ( | PassiveSpellHistory const & | right | ) | const |
Definition at line 977 of file UpdateFields.cpp.
| void UF::PassiveSpellHistory::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Unit const * | owner | ||
| ) | const |
Definition at line 965 of file UpdateFields.cpp.
| void UF::PassiveSpellHistory::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Unit const * | owner | ||
| ) | const |
Definition at line 971 of file UpdateFields.cpp.
| int32 UF::PassiveSpellHistory::AuraSpellID = 0 |
Definition at line 277 of file UpdateFields.h.
| int32 UF::PassiveSpellHistory::SpellID = 0 |
Definition at line 276 of file UpdateFields.h.