![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::PlayerDataElement: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== (PlayerDataElement const &right) const |
| bool | operator!= (PlayerDataElement const &right) const |
Public Attributes | |
| uint32 | Type = 0 |
| float | FloatValue = 0.0f |
| int64 | Int64Value = 0 |
Definition at line 713 of file UpdateFields.h.
Definition at line 719 of file UpdateFields.h.
|
inline |
Definition at line 723 of file UpdateFields.h.
| bool UF::PlayerDataElement::operator== | ( | PlayerDataElement const & | right | ) | const |
Definition at line 3330 of file UpdateFields.cpp.
| void UF::PlayerDataElement::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3304 of file UpdateFields.cpp.
| void UF::PlayerDataElement::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 3317 of file UpdateFields.cpp.
| float UF::PlayerDataElement::FloatValue = 0.0f |
Definition at line 716 of file UpdateFields.h.
| int64 UF::PlayerDataElement::Int64Value = 0 |
Definition at line 717 of file UpdateFields.h.
| uint32 UF::PlayerDataElement::Type = 0 |
Definition at line 715 of file UpdateFields.h.