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

#include <UpdateFields.h>

+ Inheritance diagram for UF::CharacterRestriction:

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

Public Attributes

int32 Field_0 = 0
 
int32 Field_4 = 0
 
int32 Field_8 = 0
 
uint32 Type = 0
 

Detailed Description

Definition at line 764 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 771 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 775 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3526 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3508 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 3517 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Field_0

int32 UF::CharacterRestriction::Field_0 = 0

Definition at line 766 of file UpdateFields.h.

◆ Field_4

int32 UF::CharacterRestriction::Field_4 = 0

Definition at line 767 of file UpdateFields.h.

◆ Field_8

int32 UF::CharacterRestriction::Field_8 = 0

Definition at line 768 of file UpdateFields.h.

◆ Type

uint32 UF::CharacterRestriction::Type = 0

Definition at line 769 of file UpdateFields.h.


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