![]() |
TrinityCore
|
#include <SystemPackets.h>
Inheritance diagram for WorldPackets::System::FeatureSystemStatus:Public Member Functions | |
| FeatureSystemStatus () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200) | |
| void | Read () override 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 |
Public Attributes | |
| uint8 | ComplaintStatus = COMPLAINT_ENABLED_WITH_AUTO_IGNORE |
| bool | VoiceEnabled = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 28 of file SystemPackets.h.
|
inline |
Definition at line 31 of file SystemPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 22 of file SystemPackets.cpp.
Here is the caller graph for this function:| uint8 WorldPackets::System::FeatureSystemStatus::ComplaintStatus = COMPLAINT_ENABLED_WITH_AUTO_IGNORE |
Definition at line 35 of file SystemPackets.h.
Definition at line 36 of file SystemPackets.h.