![]() |
TrinityCore
|
#include <GuildPackets.h>
Inheritance diagram for WorldPackets::Guild::GuildPartyState:Public Member Functions | |
| GuildPartyState () | |
| 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 | |
| float | GuildXPEarnedMult = 0.0f |
| int32 | NumMembers = 0 |
| int32 | NumRequired = 0 |
| bool | InGuildParty = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 656 of file GuildPackets.h.
|
inlineexplicit |
Definition at line 659 of file GuildPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 518 of file GuildPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float WorldPackets::Guild::GuildPartyState::GuildXPEarnedMult = 0.0f |
Definition at line 663 of file GuildPackets.h.
| bool WorldPackets::Guild::GuildPartyState::InGuildParty = false |
Definition at line 666 of file GuildPackets.h.
| int32 WorldPackets::Guild::GuildPartyState::NumMembers = 0 |
Definition at line 664 of file GuildPackets.h.
| int32 WorldPackets::Guild::GuildPartyState::NumRequired = 0 |
Definition at line 665 of file GuildPackets.h.