![]() |
TrinityCore
|
#include <CombatPackets.h>
Inheritance diagram for WorldPackets::Combat::AttackSwingError:Public Member Functions | |
| AttackSwingError () | |
| AttackSwingError (AttackSwingErr reason) | |
| 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 | |
| AttackSwingErr | Reason = AttackSwingErr::CantAttack |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 42 of file CombatPackets.h.
|
inlineexplicit |
Definition at line 45 of file CombatPackets.h.
|
inlineexplicit |
Definition at line 46 of file CombatPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 89 of file CombatPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| AttackSwingErr WorldPackets::Combat::AttackSwingError::Reason = AttackSwingErr::CantAttack |
Definition at line 50 of file CombatPackets.h.