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

#include <UpdateFields.h>

+ Inheritance diagram for UF::ChrCustomizationChoice:

Public Types

using OwnerObject = Object
 

Public Member Functions

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

Public Attributes

uint32 ChrCustomizationOptionID = 0
 
uint32 ChrCustomizationChoiceID = 0
 

Detailed Description

Definition at line 471 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Member Function Documentation

◆ operator!=()

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

Definition at line 480 of file UpdateFields.h.

◆ operator==()

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

Definition at line 2135 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 2123 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 2129 of file UpdateFields.cpp.

Member Data Documentation

◆ ChrCustomizationChoiceID

uint32 UF::ChrCustomizationChoice::ChrCustomizationChoiceID = 0

Definition at line 474 of file UpdateFields.h.

◆ ChrCustomizationOptionID

uint32 UF::ChrCustomizationChoice::ChrCustomizationOptionID = 0

Definition at line 473 of file UpdateFields.h.


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