![]() |
TrinityCore
|
#include <UpdateFields.h>
Public Member Functions | |
void | WriteCreate (ByteBuffer &data, Unit const *owner, Player const *receiver) const |
void | WriteUpdate (ByteBuffer &data, bool ignoreChangesMask, Unit const *owner, Player const *receiver) const |
bool | operator== (PassiveSpellHistory const &right) const |
bool | operator!= (PassiveSpellHistory const &right) const |
Public Attributes | |
int32 | SpellID |
int32 | AuraSpellID |
Definition at line 250 of file UpdateFields.h.
|
inline |
Definition at line 258 of file UpdateFields.h.
bool UF::PassiveSpellHistory::operator== | ( | PassiveSpellHistory const & | right | ) | const |
Definition at line 924 of file UpdateFields.cpp.
void UF::PassiveSpellHistory::WriteCreate | ( | ByteBuffer & | data, |
Unit const * | owner, | ||
Player const * | receiver | ||
) | const |
Definition at line 912 of file UpdateFields.cpp.
void UF::PassiveSpellHistory::WriteUpdate | ( | ByteBuffer & | data, |
bool | ignoreChangesMask, | ||
Unit const * | owner, | ||
Player const * | receiver | ||
) | const |
Definition at line 918 of file UpdateFields.cpp.
int32 UF::PassiveSpellHistory::AuraSpellID |
Definition at line 253 of file UpdateFields.h.
int32 UF::PassiveSpellHistory::SpellID |
Definition at line 252 of file UpdateFields.h.