TrinityCore
UF::CategoryCooldownMod Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::CategoryCooldownMod:

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

Public Attributes

int32 SpellCategoryID
 
int32 ModCooldown
 

Detailed Description

Definition at line 812 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 820 of file UpdateFields.h.

◆ operator==()

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

Definition at line 3863 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 3851 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 3857 of file UpdateFields.cpp.

Member Data Documentation

◆ ModCooldown

int32 UF::CategoryCooldownMod::ModCooldown

Definition at line 815 of file UpdateFields.h.

◆ SpellCategoryID

int32 UF::CategoryCooldownMod::SpellCategoryID

Definition at line 814 of file UpdateFields.h.


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