![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::CategoryCooldownMod: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== (CategoryCooldownMod const &right) const |
| bool | operator!= (CategoryCooldownMod const &right) const |
Public Attributes | |
| int32 | SpellCategoryID = 0 |
| int32 | ModCooldown = 0 |
Definition at line 1074 of file UpdateFields.h.
Definition at line 1079 of file UpdateFields.h.
|
inline |
Definition at line 1083 of file UpdateFields.h.
| bool UF::CategoryCooldownMod::operator== | ( | CategoryCooldownMod const & | right | ) | const |
Definition at line 4645 of file UpdateFields.cpp.
| void UF::CategoryCooldownMod::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 4633 of file UpdateFields.cpp.
| void UF::CategoryCooldownMod::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 4639 of file UpdateFields.cpp.
| int32 UF::CategoryCooldownMod::ModCooldown = 0 |
Definition at line 1077 of file UpdateFields.h.
| int32 UF::CategoryCooldownMod::SpellCategoryID = 0 |
Definition at line 1076 of file UpdateFields.h.