![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::DecorDyeSlots:Public Types | |
| using | OwnerObject = BaseEntity |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, BaseEntity const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, BaseEntity const *owner) const |
| bool | operator== (DecorDyeSlots const &right) const |
| bool | operator!= (DecorDyeSlots const &right) const |
Public Attributes | |
| std::array< int32, 3 > | DyeColorID = {} |
Definition at line 1868 of file UpdateFields.h.
Definition at line 1872 of file UpdateFields.h.
|
inline |
Definition at line 1876 of file UpdateFields.h.
| bool UF::DecorDyeSlots::operator== | ( | DecorDyeSlots const & | right | ) | const |
Definition at line 9165 of file UpdateFields.cpp.
| void UF::DecorDyeSlots::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9149 of file UpdateFields.cpp.
| void UF::DecorDyeSlots::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9157 of file UpdateFields.cpp.
| std::array<int32, 3> UF::DecorDyeSlots::DyeColorID = {} |
Definition at line 1870 of file UpdateFields.h.