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

#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
 

Detailed Description

Definition at line 2092 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Member Function Documentation

◆ operator!=()

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

Definition at line 2102 of file UpdateFields.h.

◆ operator==()

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

Definition at line 9955 of file UpdateFields.cpp.

◆ WriteCreate()

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:

◆ WriteUpdate()

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:

Member Data Documentation

◆ CurrentOwnerGUID

ObjectGuid UF::NeighborhoodOwnershipTransfer::CurrentOwnerGUID

Definition at line 2095 of file UpdateFields.h.

◆ NeighborhoodGUID

ObjectGuid UF::NeighborhoodOwnershipTransfer::NeighborhoodGUID

Definition at line 2094 of file UpdateFields.h.

◆ NeighborhoodName

std::string UF::NeighborhoodOwnershipTransfer::NeighborhoodName

Definition at line 2096 of file UpdateFields.h.


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