![]() |
TrinityCore
|
#include <Garrison.h>
Public Member Functions | |
| GameObject * | CreateGameObject (Map *map, GarrisonFactionIndex faction) |
| void | DeleteGameObject (Map *map) |
| void | ClearBuildingInfo (GarrisonType garrisonType, Player *owner) |
| void | SetBuildingInfo (WorldPackets::Garrison::GarrisonBuildingInfo const &buildingInfo, Player *owner) |
Public Attributes | |
| WorldPackets::Garrison::GarrisonPlotInfo | PacketInfo |
| QuaternionData | Rotation |
| uint32 | EmptyGameObjectId = 0 |
| uint32 | GarrSiteLevelPlotInstId = 0 |
| Building | BuildingInfo |
Definition at line 196 of file Garrison.h.
| void Garrison::Plot::ClearBuildingInfo | ( | GarrisonType | garrisonType, |
| Player * | owner | ||
| ) |
Definition at line 791 of file Garrison.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| GameObject * Garrison::Plot::CreateGameObject | ( | Map * | map, |
| GarrisonFactionIndex | faction | ||
| ) |
Definition at line 696 of file Garrison.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Garrison::Plot::DeleteGameObject | ( | Map * | map | ) |
Definition at line 759 of file Garrison.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void Garrison::Plot::SetBuildingInfo | ( | WorldPackets::Garrison::GarrisonBuildingInfo const & | buildingInfo, |
| Player * | owner | ||
| ) |
Definition at line 801 of file Garrison.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Building Garrison::Plot::BuildingInfo |
Definition at line 207 of file Garrison.h.
| uint32 Garrison::Plot::EmptyGameObjectId = 0 |
Definition at line 205 of file Garrison.h.
| uint32 Garrison::Plot::GarrSiteLevelPlotInstId = 0 |
Definition at line 206 of file Garrison.h.
| WorldPackets::Garrison::GarrisonPlotInfo Garrison::Plot::PacketInfo |
Definition at line 203 of file Garrison.h.
| QuaternionData Garrison::Plot::Rotation |
Definition at line 204 of file Garrison.h.