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

#include <UpdateFields.h>

+ Inheritance diagram for UF::PassiveSpellHistory:

Public Types

using OwnerObject = Unit
 

Public Member Functions

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

Public Attributes

int32 SpellID = 0
 
int32 AuraSpellID = 0
 

Detailed Description

Definition at line 274 of file UpdateFields.h.

Member Typedef Documentation

◆ OwnerObject

Definition at line 279 of file UpdateFields.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 283 of file UpdateFields.h.

◆ operator==()

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

Definition at line 977 of file UpdateFields.cpp.

◆ WriteCreate()

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

Definition at line 965 of file UpdateFields.cpp.

◆ WriteUpdate()

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

Definition at line 971 of file UpdateFields.cpp.

Member Data Documentation

◆ AuraSpellID

int32 UF::PassiveSpellHistory::AuraSpellID = 0

Definition at line 277 of file UpdateFields.h.

◆ SpellID

int32 UF::PassiveSpellHistory::SpellID = 0

Definition at line 276 of file UpdateFields.h.


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