![]() |
TrinityCore
|
#include <UpdateFields.h>
Inheritance diagram for UF::PlayerHouseInfo: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== (PlayerHouseInfo const &right) const |
| bool | operator!= (PlayerHouseInfo const &right) const |
Public Attributes | |
| ObjectGuid | HouseGUID |
| ObjectGuid | OwnerGUID |
Definition at line 1987 of file UpdateFields.h.
Definition at line 1992 of file UpdateFields.h.
|
inline |
Definition at line 1996 of file UpdateFields.h.
| bool UF::PlayerHouseInfo::operator== | ( | PlayerHouseInfo const & | right | ) | const |
Definition at line 9647 of file UpdateFields.cpp.
| void UF::PlayerHouseInfo::WriteCreate | ( | ByteBuffer & | data, |
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9635 of file UpdateFields.cpp.
| void UF::PlayerHouseInfo::WriteUpdate | ( | bool | ignoreChangesMask, |
| ByteBuffer & | data, | ||
| Player const * | receiver, | ||
| BaseEntity const * | owner | ||
| ) | const |
Definition at line 9641 of file UpdateFields.cpp.
| ObjectGuid UF::PlayerHouseInfo::HouseGUID |
Definition at line 1989 of file UpdateFields.h.
| ObjectGuid UF::PlayerHouseInfo::OwnerGUID |
Definition at line 1990 of file UpdateFields.h.