TrinityCore
UF::PassiveSpellHistory Struct Reference

#include <UpdateFields.h>

+ Inheritance diagram for UF::PassiveSpellHistory:

Public Member Functions

void WriteCreate (ByteBuffer &data, Unit const *owner, Player const *receiver) const
 
void WriteUpdate (ByteBuffer &data, bool ignoreChangesMask, Unit const *owner, Player const *receiver) const
 
bool operator== (PassiveSpellHistory const &right) const
 
bool operator!= (PassiveSpellHistory const &right) const
 

Public Attributes

int32 SpellID
 
int32 AuraSpellID
 

Detailed Description

Definition at line 249 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 257 of file UpdateFields.h.

◆ operator==()

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

Definition at line 924 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 912 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 918 of file UpdateFields.cpp.

Member Data Documentation

◆ AuraSpellID

int32 UF::PassiveSpellHistory::AuraSpellID

Definition at line 252 of file UpdateFields.h.

◆ SpellID

int32 UF::PassiveSpellHistory::SpellID

Definition at line 251 of file UpdateFields.h.


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