![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::SpellPctPVPModByLabel: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== (SpellPctPVPModByLabel const &right) const |
| bool | operator!= (SpellPctPVPModByLabel const &right) const |
Public Attributes | |
| int32 | PvpModIndex = 0 |
| float | ModifierValue = 0.0f |
| int32 | LabelID = 0 |
Definition at line 804 of file UpdateFields.h.
Definition at line 810 of file UpdateFields.h.
|
inline |
Definition at line 814 of file UpdateFields.h.
| bool UF::SpellPctPVPModByLabel::operator== | ( | SpellPctPVPModByLabel const & | right | ) | const |
Definition at line 3590 of file UpdateFields.cpp.
| void UF::SpellPctPVPModByLabel::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3576 of file UpdateFields.cpp.
| void UF::SpellPctPVPModByLabel::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3583 of file UpdateFields.cpp.
| int32 UF::SpellPctPVPModByLabel::LabelID = 0 |
Definition at line 808 of file UpdateFields.h.
| float UF::SpellPctPVPModByLabel::ModifierValue = 0.0f |
Definition at line 807 of file UpdateFields.h.
| int32 UF::SpellPctPVPModByLabel::PvpModIndex = 0 |
Definition at line 806 of file UpdateFields.h.