TrinityCore
UF::CharacterRestriction Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::CharacterRestriction:

Public Member Functions

void WriteCreate (ByteBuffer &data, Player const *owner, Player const *receiver) const
 
void WriteUpdate (ByteBuffer &data, bool ignoreChangesMask, Player const *owner, Player const *receiver) const
 
bool operator== (CharacterRestriction const &right) const
 
bool operator!= (CharacterRestriction const &right) const
 

Public Attributes

int32 Field_0
 
int32 Field_4
 
int32 Field_8
 
uint32 Type
 

Detailed Description

Definition at line 598 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 608 of file UpdateFields.h.

◆ operator==()

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

Definition at line 2988 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 2970 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 2979 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Field_0

int32 UF::CharacterRestriction::Field_0

Definition at line 600 of file UpdateFields.h.

◆ Field_4

int32 UF::CharacterRestriction::Field_4

Definition at line 601 of file UpdateFields.h.

◆ Field_8

int32 UF::CharacterRestriction::Field_8

Definition at line 602 of file UpdateFields.h.

◆ Type

uint32 UF::CharacterRestriction::Type

Definition at line 603 of file UpdateFields.h.


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