TrinityCore
PartyPackets.cpp File Reference
#include "PartyPackets.h"
#include "Pet.h"
#include "PhasingHandler.h"
#include "Player.h"
#include "Realm.h"
#include "SpellAuraEffects.h"
#include "SpellAuras.h"
#include "Vehicle.h"
#include "World.h"
#include "WorldSession.h"
+ Include dependency graph for PartyPackets.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyMemberPhase const &phase)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyMemberPhaseStates const &phases)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyMemberAuraStates const &aura)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::CTROptions const &ctrOptions)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyMemberPetStats const &petStats)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyMemberStats const &memberStats)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyPlayerInfo const &playerInfo)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyLFGInfo const &lfgInfos)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyLootSettings const &lootSettings)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Party::PartyDifficultySettings const &difficultySettings)
 

Function Documentation

◆ operator<<() [1/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::CTROptions const &  ctrOptions 
)

Definition at line 175 of file PartyPackets.cpp.

◆ operator<<() [2/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyDifficultySettings const &  difficultySettings 
)

Definition at line 492 of file PartyPackets.cpp.

◆ operator<<() [3/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyLFGInfo const &  lfgInfos 
)

Definition at line 466 of file PartyPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [4/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyLootSettings const &  lootSettings 
)

Definition at line 483 of file PartyPackets.cpp.

◆ operator<<() [5/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyMemberAuraStates const &  aura 
)

Definition at line 163 of file PartyPackets.cpp.

◆ operator<<() [6/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyMemberPetStats const &  petStats 
)

Definition at line 184 of file PartyPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [7/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyMemberPhase const &  phase 
)

Definition at line 143 of file PartyPackets.cpp.

◆ operator<<() [8/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyMemberPhaseStates const &  phases 
)

Definition at line 151 of file PartyPackets.cpp.

◆ operator<<() [9/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyMemberStats const &  memberStats 
)

Definition at line 201 of file PartyPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [10/10]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Party::PartyPlayerInfo const &  playerInfo 
)

Definition at line 446 of file PartyPackets.cpp.

+ Here is the call graph for this function: