TrinityCore
UF::SpellPctModByLabel Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::SpellPctModByLabel:

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

Public Attributes

int32 ModIndex
 
float ModifierValue
 
int32 LabelID
 

Detailed Description

Definition at line 611 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 620 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3010 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 2996 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 3003 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ LabelID

int32 UF::SpellPctModByLabel::LabelID

Definition at line 615 of file UpdateFields.h.

◆ ModifierValue

float UF::SpellPctModByLabel::ModifierValue

Definition at line 614 of file UpdateFields.h.

◆ ModIndex

int32 UF::SpellPctModByLabel::ModIndex

Definition at line 613 of file UpdateFields.h.


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