![]() |
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== (MawPower const &right) const |
bool | operator!= (MawPower const &right) const |
Public Attributes | |
int32 | SpellID |
int32 | MawPowerID |
int32 | Stacks |
Definition at line 724 of file UpdateFields.h.
|
inline |
Definition at line 733 of file UpdateFields.h.
bool UF::MawPower::operator== | ( | MawPower const & | right | ) | const |
Definition at line 3440 of file UpdateFields.cpp.
void UF::MawPower::WriteCreate | ( | ByteBuffer & | data, |
Player const * | owner, | ||
Player const * | receiver | ||
) | const |
Definition at line 3426 of file UpdateFields.cpp.
void UF::MawPower::WriteUpdate | ( | ByteBuffer & | data, |
bool | ignoreChangesMask, | ||
Player const * | owner, | ||
Player const * | receiver | ||
) | const |
Definition at line 3433 of file UpdateFields.cpp.
int32 UF::MawPower::MawPowerID |
Definition at line 727 of file UpdateFields.h.
int32 UF::MawPower::SpellID |
Definition at line 726 of file UpdateFields.h.
int32 UF::MawPower::Stacks |
Definition at line 728 of file UpdateFields.h.