TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Spells Namespace Reference

Classes

class  CancelAura
 
class  CancelAutoRepeatSpell
 
class  CancelCast
 
class  CancelChannelling
 
class  CancelGrowthAura
 
class  CancelMountAura
 
struct  CreatureImmunities
 
struct  InitialSpell
 
class  InitialSpells
 
struct  MissileTrajectoryResult
 
class  MountResult
 
class  PetCancelAura
 
class  PlaySpellVisualKit
 
struct  ResyncRune
 
class  ResyncRunes
 
struct  RuneData
 
struct  SpellAmmo
 
struct  SpellCastData
 
class  SpellGo
 
struct  SpellHistoryEntry
 
struct  SpellMissStatus
 
class  SpellStart
 
struct  SpellTargetData
 
struct  TargetLocation
 

Functions

ByteBufferoperator<< (ByteBuffer &data, InitialSpell const &initialSpell)
 
ByteBufferoperator<< (ByteBuffer &data, SpellHistoryEntry const &historyEntry)
 
ByteBufferoperator<< (ByteBuffer &data, TargetLocation const &targetLocation)
 
ByteBufferoperator<< (ByteBuffer &data, SpellTargetData const &spellTargetData)
 
ByteBufferoperator<< (ByteBuffer &data, SpellMissStatus const &spellMissStatus)
 
ByteBufferoperator<< (ByteBuffer &data, RuneData const &runeData)
 
ByteBufferoperator<< (ByteBuffer &data, MissileTrajectoryResult const &traj)
 
ByteBufferoperator<< (ByteBuffer &data, SpellAmmo const &spellAmmo)
 
ByteBufferoperator<< (ByteBuffer &data, CreatureImmunities const &immunities)
 
ByteBufferoperator<< (ByteBuffer &data, SpellCastData const &spellCastData)
 

Function Documentation

◆ operator<<() [1/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
CreatureImmunities const immunities 
)

Definition at line 148 of file SpellPackets.cpp.

◆ operator<<() [2/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
InitialSpell const initialSpell 
)

Definition at line 42 of file SpellPackets.cpp.

◆ operator<<() [3/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
MissileTrajectoryResult const traj 
)

Definition at line 134 of file SpellPackets.cpp.

◆ operator<<() [4/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
RuneData const runeData 
)

Definition at line 124 of file SpellPackets.cpp.

◆ operator<<() [5/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
SpellAmmo const spellAmmo 
)

Definition at line 141 of file SpellPackets.cpp.

◆ operator<<() [6/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
SpellCastData const spellCastData 
)

Definition at line 155 of file SpellPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [7/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
SpellHistoryEntry const historyEntry 
)

Definition at line 50 of file SpellPackets.cpp.

◆ operator<<() [8/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
SpellMissStatus const spellMissStatus 
)

Definition at line 114 of file SpellPackets.cpp.

◆ operator<<() [9/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
SpellTargetData const spellTargetData 
)

Definition at line 92 of file SpellPackets.cpp.

◆ operator<<() [10/10]

ByteBuffer & WorldPackets::Spells::operator<< ( ByteBuffer data,
TargetLocation const targetLocation 
)

Definition at line 85 of file SpellPackets.cpp.