![]() |
TrinityCore
|
#include <SpellPackets.h>
Inheritance diagram for WorldPackets::Spells::MissileCancel:Public Member Functions | |
| MissileCancel () | |
| 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 | OwnerGUID |
| bool | Reverse = false |
| int32 | SpellID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 1179 of file SpellPackets.h.
|
inlineexplicit |
Definition at line 1182 of file SpellPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 1154 of file SpellPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid WorldPackets::Spells::MissileCancel::OwnerGUID |
Definition at line 1186 of file SpellPackets.h.
| bool WorldPackets::Spells::MissileCancel::Reverse = false |
Definition at line 1187 of file SpellPackets.h.
| int32 WorldPackets::Spells::MissileCancel::SpellID = 0 |
Definition at line 1188 of file SpellPackets.h.