![]() |
TrinityCore
|
#include <UpdateFields.h>
Public Member Functions | |
void | WriteCreate (ByteBuffer &data, Player const *owner, Player const *receiver) const |
void | WriteUpdate (ByteBuffer &data, bool ignoreChangesMask, Player const *owner, Player const *receiver) const |
bool | operator== (SpellFlatModByLabel const &right) const |
bool | operator!= (SpellFlatModByLabel const &right) const |
Public Attributes | |
int32 | ModIndex |
int32 | ModifierValue |
int32 | LabelID |
Definition at line 692 of file UpdateFields.h.
|
inline |
Definition at line 701 of file UpdateFields.h.
bool UF::SpellFlatModByLabel::operator== | ( | SpellFlatModByLabel const & | right | ) | const |
Definition at line 3329 of file UpdateFields.cpp.
void UF::SpellFlatModByLabel::WriteCreate | ( | ByteBuffer & | data, |
Player const * | owner, | ||
Player const * | receiver | ||
) | const |
void UF::SpellFlatModByLabel::WriteUpdate | ( | ByteBuffer & | data, |
bool | ignoreChangesMask, | ||
Player const * | owner, | ||
Player const * | receiver | ||
) | const |
int32 UF::SpellFlatModByLabel::LabelID |
Definition at line 696 of file UpdateFields.h.
int32 UF::SpellFlatModByLabel::ModifierValue |
Definition at line 695 of file UpdateFields.h.
int32 UF::SpellFlatModByLabel::ModIndex |
Definition at line 694 of file UpdateFields.h.