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

#include <UpdateFields.h>

+ Inheritance diagram for UF::SpellFlatModByLabel:

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

Public Attributes

int32 ModIndex = 0
 
int32 ModifierValue = 0
 
int32 LabelID = 0
 

Detailed Description

Definition at line 791 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 797 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 801 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3569 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3555 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

◆ WriteUpdate()

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

Definition at line 3562 of file UpdateFields.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ LabelID

int32 UF::SpellFlatModByLabel::LabelID = 0

Definition at line 795 of file UpdateFields.h.

◆ ModifierValue

int32 UF::SpellFlatModByLabel::ModifierValue = 0

Definition at line 794 of file UpdateFields.h.

◆ ModIndex

int32 UF::SpellFlatModByLabel::ModIndex = 0

Definition at line 793 of file UpdateFields.h.


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