![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::HousingOwner:Public Types | |
| using | OwnerObject = BaseEntity |
Public Member Functions | |
| void | WriteCreate (ByteBuffer &data, Player const *receiver, BaseEntity const *owner) const |
| void | WriteUpdate (bool ignoreChangesMask, ByteBuffer &data, Player const *receiver, BaseEntity const *owner) const |
| bool | operator== (HousingOwner const &right) const |
| bool | operator!= (HousingOwner const &right) const |
Public Attributes | |
| ObjectGuid | BnetAccountGUID |
| ObjectGuid | PlayerGUID |
Definition at line 1999 of file UpdateFields.h.
Definition at line 2004 of file UpdateFields.h.
|
inline |
Definition at line 2008 of file UpdateFields.h.
| bool UF::HousingOwner::operator== | ( | HousingOwner const & | right | ) | const |
Definition at line 9665 of file UpdateFields.cpp.
| void UF::HousingOwner::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9653 of file UpdateFields.cpp.
| void UF::HousingOwner::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9659 of file UpdateFields.cpp.
| ObjectGuid UF::HousingOwner::BnetAccountGUID |
Definition at line 2001 of file UpdateFields.h.
| ObjectGuid UF::HousingOwner::PlayerGUID |
Definition at line 2002 of file UpdateFields.h.