![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::NeighborhoodCharter: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== (NeighborhoodCharter const &right) const |
| bool | operator!= (NeighborhoodCharter const &right) const |
Public Attributes | |
| std::vector< UF::NeighborhoodCharterSignature > | Signatures |
| int32 | Field_0 = 0 |
| int32 | Field_4 = 0 |
| std::string | Name |
Definition at line 2078 of file UpdateFields.h.
Definition at line 2085 of file UpdateFields.h.
|
inline |
Definition at line 2089 of file UpdateFields.h.
| bool UF::NeighborhoodCharter::operator== | ( | NeighborhoodCharter const & | right | ) | const |
Definition at line 9929 of file UpdateFields.cpp.
| void UF::NeighborhoodCharter::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| void UF::NeighborhoodCharter::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
| int32 UF::NeighborhoodCharter::Field_0 = 0 |
Definition at line 2081 of file UpdateFields.h.
| int32 UF::NeighborhoodCharter::Field_4 = 0 |
Definition at line 2082 of file UpdateFields.h.
| std::string UF::NeighborhoodCharter::Name |
Definition at line 2083 of file UpdateFields.h.
| std::vector<UF::NeighborhoodCharterSignature> UF::NeighborhoodCharter::Signatures |
Definition at line 2080 of file UpdateFields.h.