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

#include <UpdateFields.h>

+ Inheritance diagram for UF::CategoryCooldownMod:

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

Public Attributes

int32 SpellCategoryID = 0
 
int32 ModCooldown = 0
 

Detailed Description

Definition at line 1074 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 1079 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 1083 of file UpdateFields.h.

◆ operator==()

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

Definition at line 4645 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 4633 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 4639 of file UpdateFields.cpp.

Member Data Documentation

◆ ModCooldown

int32 UF::CategoryCooldownMod::ModCooldown = 0

Definition at line 1077 of file UpdateFields.h.

◆ SpellCategoryID

int32 UF::CategoryCooldownMod::SpellCategoryID = 0

Definition at line 1076 of file UpdateFields.h.


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