![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::MawPower: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== (MawPower const &right) const |
| bool | operator!= (MawPower const &right) const |
Public Attributes | |
| int32 | SpellID = 0 |
| int32 | MawPowerID = 0 |
| int32 | Stacks = 0 |
Definition at line 852 of file UpdateFields.h.
| using UF::MawPower::OwnerObject = Player |
Definition at line 858 of file UpdateFields.h.
|
inline |
Definition at line 862 of file UpdateFields.h.
| bool UF::MawPower::operator== | ( | MawPower const & | right | ) | const |
Definition at line 3722 of file UpdateFields.cpp.
| void UF::MawPower::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3708 of file UpdateFields.cpp.
| void UF::MawPower::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3715 of file UpdateFields.cpp.
| int32 UF::MawPower::MawPowerID = 0 |
Definition at line 855 of file UpdateFields.h.
| int32 UF::MawPower::SpellID = 0 |
Definition at line 854 of file UpdateFields.h.
| int32 UF::MawPower::Stacks = 0 |
Definition at line 856 of file UpdateFields.h.