TrinityCore
UF::SpellFlatModByLabel Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::SpellFlatModByLabel:

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

Public Attributes

int32 ModIndex
 
int32 ModifierValue
 
int32 LabelID
 

Detailed Description

Definition at line 623 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 632 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3031 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3017 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 3024 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ LabelID

int32 UF::SpellFlatModByLabel::LabelID

Definition at line 627 of file UpdateFields.h.

◆ ModifierValue

int32 UF::SpellFlatModByLabel::ModifierValue

Definition at line 626 of file UpdateFields.h.

◆ ModIndex

int32 UF::SpellFlatModByLabel::ModIndex

Definition at line 625 of file UpdateFields.h.


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