TrinityCore
Loading...
Searching...
No Matches
UF::PlayerHouseInfo Struct Reference

#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
 

Detailed Description

Definition at line 1987 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1992 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

bool UF::PlayerHouseInfo::operator!= ( PlayerHouseInfo const &  right) const
inline

Definition at line 1996 of file UpdateFields.h.

◆ operator==()

bool UF::PlayerHouseInfo::operator== ( PlayerHouseInfo const &  right) const

Definition at line 9647 of file UpdateFields.cpp.

◆ WriteCreate()

void UF::PlayerHouseInfo::WriteCreate ( ByteBuffer data,
Player const *  receiver,
BaseEntity const *  owner 
) const

Definition at line 9635 of file UpdateFields.cpp.

◆ WriteUpdate()

void UF::PlayerHouseInfo::WriteUpdate ( bool  ignoreChangesMask,
ByteBuffer data,
Player const *  receiver,
BaseEntity const *  owner 
) const

Definition at line 9641 of file UpdateFields.cpp.

Member Data Documentation

◆ HouseGUID

ObjectGuid UF::PlayerHouseInfo::HouseGUID

Definition at line 1989 of file UpdateFields.h.

◆ OwnerGUID

ObjectGuid UF::PlayerHouseInfo::OwnerGUID

Definition at line 1990 of file UpdateFields.h.


The documentation for this struct was generated from the following files: