TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Talent Namespace Reference

Classes

class  ActiveGlyphs
 
struct  ClassicTalentEntry
 
struct  ClassicTalentGroupInfo
 
struct  ClassicTalentInfoUpdate
 
class  ConfirmRespecWipe
 
struct  GlyphBinding
 
class  LearnPvpTalentFailed
 
class  LearnPvpTalents
 
class  LearnTalentFailed
 
class  LearnTalents
 
struct  PvPTalent
 
class  RespecWipeConfirm
 
struct  TalentGroupInfo
 
struct  TalentInfoUpdate
 
class  UpdateTalentData
 

Functions

ByteBufferoperator>> (ByteBuffer &data, PvPTalent &pvpTalent)
 
ByteBufferoperator<< (ByteBuffer &data, PvPTalent const &pvpTalent)
 
ByteBufferoperator<< (ByteBuffer &data, ClassicTalentEntry const &talentEntry)
 
ByteBufferoperator<< (ByteBuffer &data, ClassicTalentGroupInfo const &talentGroupInfo)
 
ByteBufferoperator<< (ByteBuffer &data, ClassicTalentInfoUpdate const &talentInfoUpdate)
 
ByteBufferoperator<< (ByteBuffer &data, GlyphBinding const &glyphBinding)
 

Function Documentation

◆ operator<<() [1/5]

ByteBuffer & WorldPackets::Talent::operator<< ( ByteBuffer data,
ClassicTalentEntry const &  talentEntry 
)

Definition at line 39 of file TalentPackets.cpp.

◆ operator<<() [2/5]

ByteBuffer & WorldPackets::Talent::operator<< ( ByteBuffer data,
ClassicTalentGroupInfo const &  talentGroupInfo 
)

Definition at line 47 of file TalentPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [3/5]

ByteBuffer & WorldPackets::Talent::operator<< ( ByteBuffer data,
ClassicTalentInfoUpdate const &  talentInfoUpdate 
)

Definition at line 70 of file TalentPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [4/5]

ByteBuffer & WorldPackets::Talent::operator<< ( ByteBuffer data,
GlyphBinding const &  glyphBinding 
)

Definition at line 144 of file TalentPackets.cpp.

◆ operator<<() [5/5]

ByteBuffer & WorldPackets::Talent::operator<< ( ByteBuffer data,
PvPTalent const &  pvpTalent 
)

Definition at line 31 of file TalentPackets.cpp.

◆ operator>>()

ByteBuffer & WorldPackets::Talent::operator>> ( ByteBuffer data,
PvPTalent pvpTalent 
)

Definition at line 23 of file TalentPackets.cpp.