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

#include <UpdateFields.h>

+ Inheritance diagram for UF::TransmogOutfitMetadata:

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

Public Attributes

bool Locked = false
 
uint8 SituationTrigger = 0
 
uint32 TransmogOutfitID = 0
 
uint8 StampedOptionMainHand = 0
 
uint8 StampedOptionOffHand = 0
 
float CostMod = 0.0f
 

Detailed Description

Definition at line 1259 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Member Function Documentation

◆ operator!=()

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

Definition at line 1272 of file UpdateFields.h.

◆ operator==()

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

Definition at line 5300 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 5277 of file UpdateFields.cpp.

+ Here is the call graph for this function:

◆ WriteUpdate()

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

Definition at line 5288 of file UpdateFields.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ CostMod

float UF::TransmogOutfitMetadata::CostMod = 0.0f

Definition at line 1266 of file UpdateFields.h.

◆ Locked

bool UF::TransmogOutfitMetadata::Locked = false

Definition at line 1261 of file UpdateFields.h.

◆ SituationTrigger

uint8 UF::TransmogOutfitMetadata::SituationTrigger = 0

Definition at line 1262 of file UpdateFields.h.

◆ StampedOptionMainHand

uint8 UF::TransmogOutfitMetadata::StampedOptionMainHand = 0

Definition at line 1264 of file UpdateFields.h.

◆ StampedOptionOffHand

uint8 UF::TransmogOutfitMetadata::StampedOptionOffHand = 0

Definition at line 1265 of file UpdateFields.h.

◆ TransmogOutfitID

uint32 UF::TransmogOutfitMetadata::TransmogOutfitID = 0

Definition at line 1263 of file UpdateFields.h.


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