![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Inheritance diagram for WorldPackets::Battleground::ReportPvPPlayerAFKResult:Public Types | |
| enum | ResultCode : uint8 { PVP_REPORT_AFK_SUCCESS = 0 , PVP_REPORT_AFK_GENERIC_FAILURE = 1 , PVP_REPORT_AFK_SYSTEM_ENABLED = 5 , PVP_REPORT_AFK_SYSTEM_DISABLED = 6 } |
Public Member Functions | |
| ReportPvPPlayerAFKResult () | |
| 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 | |
| ObjectGuid | Offender |
| uint8 | NumPlayersIHaveReported = 0 |
| uint8 | NumBlackMarksOnOffender = 0 |
| uint8 | Result = PVP_REPORT_AFK_GENERIC_FAILURE |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 294 of file BattlegroundPackets.h.
| Enumerator | |
|---|---|
| PVP_REPORT_AFK_SUCCESS | |
| PVP_REPORT_AFK_GENERIC_FAILURE | |
| PVP_REPORT_AFK_SYSTEM_ENABLED | |
| PVP_REPORT_AFK_SYSTEM_DISABLED | |
Definition at line 301 of file BattlegroundPackets.h.
|
inline |
Definition at line 297 of file BattlegroundPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 227 of file BattlegroundPackets.cpp.
Here is the caller graph for this function:| uint8 WorldPackets::Battleground::ReportPvPPlayerAFKResult::NumBlackMarksOnOffender = 0 |
Definition at line 311 of file BattlegroundPackets.h.
| uint8 WorldPackets::Battleground::ReportPvPPlayerAFKResult::NumPlayersIHaveReported = 0 |
Definition at line 310 of file BattlegroundPackets.h.
| ObjectGuid WorldPackets::Battleground::ReportPvPPlayerAFKResult::Offender |
Definition at line 309 of file BattlegroundPackets.h.
| uint8 WorldPackets::Battleground::ReportPvPPlayerAFKResult::Result = PVP_REPORT_AFK_GENERIC_FAILURE |
Definition at line 312 of file BattlegroundPackets.h.