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

#include <UpdateFields.h>

+ Inheritance diagram for UF::SpellPctModByLabel:

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

Public Attributes

int32 ModIndex = 0
 
float ModifierValue = 0.0f
 
int32 LabelID = 0
 

Detailed Description

Definition at line 778 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 784 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 788 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3548 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3534 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 3541 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ LabelID

int32 UF::SpellPctModByLabel::LabelID = 0

Definition at line 782 of file UpdateFields.h.

◆ ModifierValue

float UF::SpellPctModByLabel::ModifierValue = 0.0f

Definition at line 781 of file UpdateFields.h.

◆ ModIndex

int32 UF::SpellPctModByLabel::ModIndex = 0

Definition at line 780 of file UpdateFields.h.


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