![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::SpellPctModByLabel: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== (SpellPctModByLabel const &right) const |
| bool | operator!= (SpellPctModByLabel const &right) const |
Public Attributes | |
| int32 | ModIndex = 0 |
| float | ModifierValue = 0.0f |
| int32 | LabelID = 0 |
Definition at line 778 of file UpdateFields.h.
Definition at line 784 of file UpdateFields.h.
|
inline |
Definition at line 788 of file UpdateFields.h.
| bool UF::SpellPctModByLabel::operator== | ( | SpellPctModByLabel const & | right | ) | const |
Definition at line 3548 of file UpdateFields.cpp.
| void UF::SpellPctModByLabel::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::SpellPctModByLabel::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| int32 UF::SpellPctModByLabel::LabelID = 0 |
Definition at line 782 of file UpdateFields.h.
| float UF::SpellPctModByLabel::ModifierValue = 0.0f |
Definition at line 781 of file UpdateFields.h.
| int32 UF::SpellPctModByLabel::ModIndex = 0 |
Definition at line 780 of file UpdateFields.h.