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

#include <UpdateFields.h>

+ Inheritance diagram for UF::NeighborhoodCharter:

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== (NeighborhoodCharter const &right) const
 
bool operator!= (NeighborhoodCharter const &right) const
 

Public Attributes

std::vector< UF::NeighborhoodCharterSignatureSignatures
 
int32 Field_0 = 0
 
int32 Field_4 = 0
 
std::string Name
 

Detailed Description

Definition at line 2078 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 2085 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 2089 of file UpdateFields.h.

◆ operator==()

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

Definition at line 9929 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 9902 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 9915 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Field_0

int32 UF::NeighborhoodCharter::Field_0 = 0

Definition at line 2081 of file UpdateFields.h.

◆ Field_4

int32 UF::NeighborhoodCharter::Field_4 = 0

Definition at line 2082 of file UpdateFields.h.

◆ Name

std::string UF::NeighborhoodCharter::Name

Definition at line 2083 of file UpdateFields.h.

◆ Signatures

std::vector<UF::NeighborhoodCharterSignature> UF::NeighborhoodCharter::Signatures

Definition at line 2080 of file UpdateFields.h.


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