![]() |
TrinityCore
|
#include <TotemPackets.h>
Inheritance diagram for WorldPackets::Totem::TotemCreated:Public Member Functions | |
| TotemCreated () | |
| 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 | Totem |
| int32 | SpellID = 0 |
| WorldPackets::Duration< Milliseconds, int32 > | Duration |
| uint8 | Slot = 0 |
| float | TimeMod = 1.0f |
| bool | CannotDismiss = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 40 of file TotemPackets.h.
|
inlineexplicit |
Definition at line 43 of file TotemPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 29 of file TotemPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Totem::TotemCreated::CannotDismiss = false |
Definition at line 52 of file TotemPackets.h.
| WorldPackets::Duration<Milliseconds, int32> WorldPackets::Totem::TotemCreated::Duration |
Definition at line 49 of file TotemPackets.h.
| uint8 WorldPackets::Totem::TotemCreated::Slot = 0 |
Definition at line 50 of file TotemPackets.h.
| int32 WorldPackets::Totem::TotemCreated::SpellID = 0 |
Definition at line 48 of file TotemPackets.h.
| float WorldPackets::Totem::TotemCreated::TimeMod = 1.0f |
Definition at line 51 of file TotemPackets.h.
| ObjectGuid WorldPackets::Totem::TotemCreated::Totem |
Definition at line 47 of file TotemPackets.h.