![]() |
TrinityCore
|
#include <BattlegroundPackets.h>
Inheritance diagram for WorldPackets::Battleground::PVPOptionsEnabled:Public Member Functions | |
| PVPOptionsEnabled () | |
| 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 | |
| bool | RatedBattlegrounds = false |
| bool | PugBattlegrounds = false |
| bool | WargameBattlegrounds = false |
| bool | WargameArenas = false |
| bool | RatedArenas = false |
| bool | ArenaSkirmish = false |
| bool | SoloShuffle = false |
| bool | RatedSoloShuffle = false |
| bool | BattlegroundBlitz = false |
| bool | RatedBattlegroundBlitz = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 323 of file BattlegroundPackets.h.
|
inlineexplicit |
Definition at line 326 of file BattlegroundPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 277 of file BattlegroundPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Battleground::PVPOptionsEnabled::ArenaSkirmish = false |
Definition at line 335 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::BattlegroundBlitz = false |
Definition at line 338 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::PugBattlegrounds = false |
Definition at line 331 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::RatedArenas = false |
Definition at line 334 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::RatedBattlegroundBlitz = false |
Definition at line 339 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::RatedBattlegrounds = false |
Definition at line 330 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::RatedSoloShuffle = false |
Definition at line 337 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::SoloShuffle = false |
Definition at line 336 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::WargameArenas = false |
Definition at line 333 of file BattlegroundPackets.h.
| bool WorldPackets::Battleground::PVPOptionsEnabled::WargameBattlegrounds = false |
Definition at line 332 of file BattlegroundPackets.h.