TrinityCore
WorldPackets::Garrison Namespace Reference

Classes

struct  FollowerSoftCapInfo
 
class  GarrisonAddFollowerResult
 
class  GarrisonBuildingActivated
 
struct  GarrisonBuildingInfo
 
struct  GarrisonBuildingMapData
 
class  GarrisonBuildingRemoved
 
class  GarrisonCancelConstruction
 
struct  GarrisonCollection
 
struct  GarrisonCollectionEntry
 
class  GarrisonCreateResult
 
class  GarrisonDeleteResult
 
struct  GarrisonEncounter
 
struct  GarrisonEventEntry
 
struct  GarrisonEventList
 
struct  GarrisonFollower
 
class  GarrisonGetMapData
 
struct  GarrisonInfo
 
class  GarrisonLearnBlueprintResult
 
class  GarrisonMapDataResponse
 
struct  GarrisonMission
 
struct  GarrisonMissionBonusAbility
 
struct  GarrisonMissionReward
 
class  GarrisonPlaceBuildingResult
 
struct  GarrisonPlotInfo
 
class  GarrisonPlotPlaced
 
class  GarrisonPlotRemoved
 
class  GarrisonPurchaseBuilding
 
struct  GarrisonRemoteBuildingInfo
 
class  GarrisonRemoteInfo
 
struct  GarrisonRemoteSiteInfo
 
class  GarrisonRemoveFollowerResult
 
class  GarrisonRequestBlueprintAndSpecializationData
 
class  GarrisonRequestBlueprintAndSpecializationDataResult
 
struct  GarrisonSpecGroup
 
struct  GarrisonTalent
 
struct  GarrisonTalentSocketData
 
class  GarrisonUnlearnBlueprintResult
 
class  GetGarrisonInfo
 
class  GetGarrisonInfoResult
 

Functions

ByteBufferoperator<< (ByteBuffer &data, GarrisonPlotInfo const &plotInfo)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonBuildingInfo const &buildingInfo)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonFollower const &follower)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonEncounter const &encounter)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonMissionReward const &missionRewardItem)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonMission const &mission)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonMissionBonusAbility const &areaBonus)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonTalentSocketData const &talentSocketData)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonTalent const &talent)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonCollectionEntry const &collectionEntry)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonCollection const &collection)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonEventEntry const &event)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonEventList const &eventList)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonSpecGroup const &specGroup)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonInfo const &garrison)
 
ByteBufferoperator<< (ByteBuffer &data, FollowerSoftCapInfo const &followerSoftCapInfo)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonRemoteBuildingInfo const &building)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonRemoteSiteInfo const &site)
 
ByteBufferoperator<< (ByteBuffer &data, GarrisonBuildingMapData const &building)
 

Function Documentation

◆ operator<<() [1/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
FollowerSoftCapInfo const &  followerSoftCapInfo 
)

Definition at line 311 of file GarrisonPackets.cpp.

◆ operator<<() [2/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonBuildingInfo const &  buildingInfo 
)

Definition at line 49 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [3/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonBuildingMapData const &  building 
)

Definition at line 427 of file GarrisonPackets.cpp.

◆ operator<<() [4/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonCollection const &  collection 
)

Definition at line 193 of file GarrisonPackets.cpp.

◆ operator<<() [5/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonCollectionEntry const &  collectionEntry 
)

Definition at line 185 of file GarrisonPackets.cpp.

◆ operator<<() [6/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonEncounter const &  encounter 
)

Definition at line 90 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [7/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonEventEntry const &  event 
)

Definition at line 203 of file GarrisonPackets.cpp.

◆ operator<<() [8/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonEventList const &  eventList 
)

Definition at line 211 of file GarrisonPackets.cpp.

◆ operator<<() [9/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonFollower const &  follower 
)

Definition at line 62 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [10/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonInfo const &  garrison 
)

Definition at line 229 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [11/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonMission const &  mission 
)

Definition at line 124 of file GarrisonPackets.cpp.

◆ operator<<() [12/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonMissionBonusAbility const &  areaBonus 
)

Definition at line 154 of file GarrisonPackets.cpp.

◆ operator<<() [13/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonMissionReward const &  missionRewardItem 
)

Definition at line 106 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [14/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonPlotInfo const &  plotInfo 
)

Definition at line 40 of file GarrisonPackets.cpp.

◆ operator<<() [15/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonRemoteBuildingInfo const &  building 
)

Definition at line 332 of file GarrisonPackets.cpp.

◆ operator<<() [16/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonRemoteSiteInfo const &  site 
)

Definition at line 340 of file GarrisonPackets.cpp.

◆ operator<<() [17/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonSpecGroup const &  specGroup 
)

Definition at line 221 of file GarrisonPackets.cpp.

◆ operator<<() [18/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonTalent const &  talent 
)

Definition at line 170 of file GarrisonPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [19/19]

ByteBuffer & WorldPackets::Garrison::operator<< ( ByteBuffer data,
GarrisonTalentSocketData const &  talentSocketData 
)

Definition at line 162 of file GarrisonPackets.cpp.