![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::NeighborhoodCharterSignature: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== (NeighborhoodCharterSignature const &right) const |
| bool | operator!= (NeighborhoodCharterSignature const &right) const |
Public Attributes | |
| ObjectGuid | Guid |
Definition at line 2067 of file UpdateFields.h.
Definition at line 2071 of file UpdateFields.h.
|
inline |
Definition at line 2075 of file UpdateFields.h.
| bool UF::NeighborhoodCharterSignature::operator== | ( | NeighborhoodCharterSignature const & | right | ) | const |
Definition at line 9897 of file UpdateFields.cpp.
| void UF::NeighborhoodCharterSignature::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 9887 of file UpdateFields.cpp.
| void UF::NeighborhoodCharterSignature::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 9892 of file UpdateFields.cpp.
| ObjectGuid UF::NeighborhoodCharterSignature::Guid |
Definition at line 2069 of file UpdateFields.h.