![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::SpellFlatPVPModByLabel: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== (SpellFlatPVPModByLabel const &right) const |
| bool | operator!= (SpellFlatPVPModByLabel const &right) const |
Public Attributes | |
| int32 | PvpModIndex = 0 |
| int32 | ModifierValue = 0 |
| int32 | LabelID = 0 |
Definition at line 817 of file UpdateFields.h.
Definition at line 823 of file UpdateFields.h.
|
inline |
Definition at line 827 of file UpdateFields.h.
| bool UF::SpellFlatPVPModByLabel::operator== | ( | SpellFlatPVPModByLabel const & | right | ) | const |
Definition at line 3611 of file UpdateFields.cpp.
| void UF::SpellFlatPVPModByLabel::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3597 of file UpdateFields.cpp.
| void UF::SpellFlatPVPModByLabel::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3604 of file UpdateFields.cpp.
| int32 UF::SpellFlatPVPModByLabel::LabelID = 0 |
Definition at line 821 of file UpdateFields.h.
| int32 UF::SpellFlatPVPModByLabel::ModifierValue = 0 |
Definition at line 820 of file UpdateFields.h.
| int32 UF::SpellFlatPVPModByLabel::PvpModIndex = 0 |
Definition at line 819 of file UpdateFields.h.