![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::NeighborhoodOwnershipTransfer: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== (NeighborhoodOwnershipTransfer const &right) const |
| bool | operator!= (NeighborhoodOwnershipTransfer const &right) const |
Public Attributes | |
| ObjectGuid | NeighborhoodGUID |
| ObjectGuid | CurrentOwnerGUID |
| std::string | NeighborhoodName |
Definition at line 2092 of file UpdateFields.h.
Definition at line 2098 of file UpdateFields.h.
|
inline |
Definition at line 2102 of file UpdateFields.h.
| bool UF::NeighborhoodOwnershipTransfer::operator== | ( | NeighborhoodOwnershipTransfer const & | right | ) | const |
Definition at line 9955 of file UpdateFields.cpp.
| void UF::NeighborhoodOwnershipTransfer::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 9937 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void UF::NeighborhoodOwnershipTransfer::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| Player const * | owner | ||
| ) | const |
Definition at line 9946 of file UpdateFields.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid UF::NeighborhoodOwnershipTransfer::CurrentOwnerGUID |
Definition at line 2095 of file UpdateFields.h.
| ObjectGuid UF::NeighborhoodOwnershipTransfer::NeighborhoodGUID |
Definition at line 2094 of file UpdateFields.h.
| std::string UF::NeighborhoodOwnershipTransfer::NeighborhoodName |
Definition at line 2096 of file UpdateFields.h.