![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::PlaySound:Public Member Functions | |
| PlaySound () | |
| PlaySound (ObjectGuid sourceObjectGuid, int32 soundKitID, int32 broadcastTextId) | |
| 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 | SourceObjectGuid |
| int32 | SoundKitID = 0 |
| int32 | BroadcastTextID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 667 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 670 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 671 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 519 of file MiscPackets.cpp.
Here is the caller graph for this function:| int32 WorldPackets::Misc::PlaySound::BroadcastTextID = 0 |
Definition at line 678 of file MiscPackets.h.
| int32 WorldPackets::Misc::PlaySound::SoundKitID = 0 |
Definition at line 677 of file MiscPackets.h.
| ObjectGuid WorldPackets::Misc::PlaySound::SourceObjectGuid |
Definition at line 676 of file MiscPackets.h.