TrinityCore
WorldPackets::Crafting Namespace Reference

Classes

struct  CraftingData
 
struct  SpellReducedReagent
 

Functions

ByteBufferoperator<< (ByteBuffer &data, SpellReducedReagent const &spellReducedReagent)
 
ByteBufferoperator<< (ByteBuffer &data, CraftingData const &craftingData)
 

Function Documentation

◆ operator<<() [1/2]

ByteBuffer & WorldPackets::Crafting::operator<< ( ByteBuffer data,
CraftingData const &  craftingData 
)

Definition at line 30 of file CraftingPacketsCommon.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

ByteBuffer & WorldPackets::Crafting::operator<< ( ByteBuffer data,
SpellReducedReagent const &  spellReducedReagent 
)

Definition at line 22 of file CraftingPacketsCommon.cpp.