![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::SpellFlatModByLabel: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== (SpellFlatModByLabel const &right) const |
| bool | operator!= (SpellFlatModByLabel const &right) const |
Public Attributes | |
| int32 | ModIndex = 0 |
| int32 | ModifierValue = 0 |
| int32 | LabelID = 0 |
Definition at line 791 of file UpdateFields.h.
Definition at line 797 of file UpdateFields.h.
|
inline |
Definition at line 801 of file UpdateFields.h.
| bool UF::SpellFlatModByLabel::operator== | ( | SpellFlatModByLabel const & | right | ) | const |
Definition at line 3569 of file UpdateFields.cpp.
| void UF::SpellFlatModByLabel::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::SpellFlatModByLabel::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| int32 UF::SpellFlatModByLabel::LabelID = 0 |
Definition at line 795 of file UpdateFields.h.
| int32 UF::SpellFlatModByLabel::ModifierValue = 0 |
Definition at line 794 of file UpdateFields.h.
| int32 UF::SpellFlatModByLabel::ModIndex = 0 |
Definition at line 793 of file UpdateFields.h.