![]() |
TrinityCore
|
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 | |
| ByteBuffer & | operator<< (ByteBuffer &data, InitialSpell const &initialSpell) |
| ByteBuffer & | operator<< (ByteBuffer &data, SpellHistoryEntry const &historyEntry) |
| ByteBuffer & | operator<< (ByteBuffer &data, TargetLocation const &targetLocation) |
| ByteBuffer & | operator<< (ByteBuffer &data, SpellTargetData const &spellTargetData) |
| ByteBuffer & | operator<< (ByteBuffer &data, SpellMissStatus const &spellMissStatus) |
| ByteBuffer & | operator<< (ByteBuffer &data, RuneData const &runeData) |
| ByteBuffer & | operator<< (ByteBuffer &data, MissileTrajectoryResult const &traj) |
| ByteBuffer & | operator<< (ByteBuffer &data, SpellAmmo const &spellAmmo) |
| ByteBuffer & | operator<< (ByteBuffer &data, CreatureImmunities const &immunities) |
| ByteBuffer & | operator<< (ByteBuffer &data, SpellCastData const &spellCastData) |
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| CreatureImmunities const & | immunities | ||
| ) |
Definition at line 148 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| InitialSpell const & | initialSpell | ||
| ) |
Definition at line 42 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| MissileTrajectoryResult const & | traj | ||
| ) |
Definition at line 134 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| RuneData const & | runeData | ||
| ) |
Definition at line 124 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| SpellAmmo const & | spellAmmo | ||
| ) |
Definition at line 141 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| SpellCastData const & | spellCastData | ||
| ) |
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| SpellHistoryEntry const & | historyEntry | ||
| ) |
Definition at line 50 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| SpellMissStatus const & | spellMissStatus | ||
| ) |
Definition at line 114 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| SpellTargetData const & | spellTargetData | ||
| ) |
Definition at line 92 of file SpellPackets.cpp.
| ByteBuffer & WorldPackets::Spells::operator<< | ( | ByteBuffer & | data, |
| TargetLocation const & | targetLocation | ||
| ) |
Definition at line 85 of file SpellPackets.cpp.