![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::ChrCustomizationChoice:Public Types | |
| using | OwnerObject = Object |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, Object const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, Object const *owner) const |
| bool | operator== (ChrCustomizationChoice const &right) const |
| bool | operator!= (ChrCustomizationChoice const &right) const |
Public Attributes | |
| uint32 | ChrCustomizationOptionID = 0 |
| uint32 | ChrCustomizationChoiceID = 0 |
Definition at line 471 of file UpdateFields.h.
Definition at line 476 of file UpdateFields.h.
|
inline |
Definition at line 480 of file UpdateFields.h.
| bool UF::ChrCustomizationChoice::operator== | ( | ChrCustomizationChoice const & | right | ) | const |
Definition at line 2135 of file UpdateFields.cpp.
| void UF::ChrCustomizationChoice::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Object const * | owner | ||
| ) | const |
Definition at line 2123 of file UpdateFields.cpp.
| void UF::ChrCustomizationChoice::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Object const * | owner | ||
| ) | const |
Definition at line 2129 of file UpdateFields.cpp.
| uint32 UF::ChrCustomizationChoice::ChrCustomizationChoiceID = 0 |
Definition at line 474 of file UpdateFields.h.
| uint32 UF::ChrCustomizationChoice::ChrCustomizationOptionID = 0 |
Definition at line 473 of file UpdateFields.h.