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

#include <UpdateFields.h>

+ Inheritance diagram for UF::SpellPctPVPModByLabel:

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

Public Attributes

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

Detailed Description

Definition at line 804 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 810 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 814 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3590 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3576 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3583 of file UpdateFields.cpp.

Member Data Documentation

◆ LabelID

int32 UF::SpellPctPVPModByLabel::LabelID = 0

Definition at line 808 of file UpdateFields.h.

◆ ModifierValue

float UF::SpellPctPVPModByLabel::ModifierValue = 0.0f

Definition at line 807 of file UpdateFields.h.

◆ PvpModIndex

int32 UF::SpellPctPVPModByLabel::PvpModIndex = 0

Definition at line 806 of file UpdateFields.h.


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