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

#include <UpdateFields.h>

+ Inheritance diagram for UF::DecorDyeSlots:

Public Types

using OwnerObject = BaseEntity
 

Public Member Functions

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

Public Attributes

std::array< int32, 3 > DyeColorID = {}
 

Detailed Description

Definition at line 1868 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1872 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 1876 of file UpdateFields.h.

◆ operator==()

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

Definition at line 9165 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 9149 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 9157 of file UpdateFields.cpp.

Member Data Documentation

◆ DyeColorID

std::array<int32, 3> UF::DecorDyeSlots::DyeColorID = {}

Definition at line 1870 of file UpdateFields.h.


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