![]() |
TrinityCore
|
#include <SpellPackets.h>
Inheritance diagram for WorldPackets::Spells::CastFailed:Public Member Functions | |
| CastFailed () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| ObjectGuid | CastID |
| int32 | SpellID = 0 |
| SpellCastVisual | Visual |
| int32 | Reason = 0 |
| int32 | FailedArg1 = -1 |
| int32 | FailedArg2 = -1 |
| ObjectGuid | FailedBy |
| Unit that caused the spell to fail, set for SPELL_FAILED_INTERRUPTED_COMBAT TODO: port commit from 3.3.5 that implements SPELL_FAILED_INTERRUPTED_COMBAT. | |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 468 of file SpellPackets.h.
|
inlineexplicit |
Definition at line 471 of file SpellPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 540 of file SpellPackets.cpp.
Here is the caller graph for this function:| ObjectGuid WorldPackets::Spells::CastFailed::CastID |
Definition at line 475 of file SpellPackets.h.
| int32 WorldPackets::Spells::CastFailed::FailedArg1 = -1 |
Definition at line 479 of file SpellPackets.h.
| int32 WorldPackets::Spells::CastFailed::FailedArg2 = -1 |
Definition at line 480 of file SpellPackets.h.
| ObjectGuid WorldPackets::Spells::CastFailed::FailedBy |
Unit that caused the spell to fail, set for SPELL_FAILED_INTERRUPTED_COMBAT TODO: port commit from 3.3.5 that implements SPELL_FAILED_INTERRUPTED_COMBAT.
Definition at line 481 of file SpellPackets.h.
| int32 WorldPackets::Spells::CastFailed::Reason = 0 |
Definition at line 478 of file SpellPackets.h.
| int32 WorldPackets::Spells::CastFailed::SpellID = 0 |
Definition at line 476 of file SpellPackets.h.
| SpellCastVisual WorldPackets::Spells::CastFailed::Visual |
Definition at line 477 of file SpellPackets.h.