TrinityCore
Loading...
Searching...
No Matches
ObjectMgr Class Reference

#include <ObjectMgr.h>

Public Types

typedef std::unordered_map< uint32, Trinity::unique_trackable_ptr< Quest > > QuestContainer
 
typedef std::unordered_map< uint32, AreaTriggerTeleportAreaTriggerContainer
 
typedef std::map< uint32, uint32AreaTriggerScriptContainer
 
typedef std::unordered_map< uint32, std::unique_ptr< AccessRequirement > > AccessRequirementContainer
 
typedef std::unordered_map< uint32, RepRewardRateRepRewardRateContainer
 
typedef std::unordered_map< uint32, ReputationOnKillEntryRepOnKillContainer
 
typedef std::unordered_map< uint32, RepSpilloverTemplateRepSpilloverTemplateContainer
 
typedef std::unordered_map< uint32, PointOfInterestPointOfInterestContainer
 
typedef std::vector< std::string > ScriptNameContainer
 
typedef std::map< uint32, uint32CharacterConversionMap
 

Public Member Functions

 ObjectMgr (ObjectMgr const &)=delete
 
 ObjectMgr (ObjectMgr &&)=delete
 
ObjectMgroperator= (ObjectMgr const &)=delete
 
ObjectMgroperator= (ObjectMgr &&)=delete
 
GameObjectTemplate const * GetGameObjectTemplate (uint32 entry) const
 
GameObjectTemplateContainer const & GetGameObjectTemplates () const
 
uint32 LoadReferenceVendor (int32 vendor, int32 item, std::set< uint32 > *skip_vendors)
 
void LoadGameObjectTemplate ()
 
void LoadGameObjectTemplateAddons ()
 
void LoadGameObjectOverrides ()
 
CreatureTemplate const * GetCreatureTemplate (uint32 entry) const
 
CreatureTemplateContainer const & GetCreatureTemplates () const
 
CreatureModelInfo const * GetCreatureModelInfo (uint32 modelId) const
 
CreatureModelInfo const * GetCreatureModelRandomGender (uint32 *displayID) const
 
EquipmentInfo const * GetEquipmentInfo (uint32 entry, int8 &id) const
 
CreatureAddon const * GetCreatureAddon (ObjectGuid::LowType lowguid) const
 
GameObjectAddon const * GetGameObjectAddon (ObjectGuid::LowType lowguid) const
 
GameObjectTemplateAddon const * GetGameObjectTemplateAddon (uint32 entry) const
 
GameObjectOverride const * GetGameObjectOverride (ObjectGuid::LowType spawnId) const
 
CreatureAddon const * GetCreatureTemplateAddon (uint32 entry) const
 
CreatureMovementData const * GetCreatureMovementOverride (ObjectGuid::LowType spawnId) const
 
ItemTemplate const * GetItemTemplate (uint32 entry) const
 
ItemTemplateContainer const & GetItemTemplateStore () const
 
uint32 GetModelForTotem (SummonSlot totemSlot, Races race) const
 
ItemSetNameEntry const * GetItemSetNameEntry (uint32 itemId) const
 
InstanceTemplateContainer const & GetInstanceTemplates () const
 
InstanceTemplate const * GetInstanceTemplate (uint32 mapId) const
 
PetLevelInfo const * GetPetLevelInfo (uint32 creature_id, uint8 level) const
 
PlayerClassInfo const * GetPlayerClassInfo (uint32 class_) const
 
void GetPlayerClassLevelInfo (uint32 class_, uint8 level, PlayerClassLevelInfo *info) const
 
PlayerInfo const * GetPlayerInfo (uint32 race, uint32 class_) const
 
void GetPlayerLevelInfo (uint32 race, uint32 class_, uint8 level, PlayerLevelInfo *info) const
 
std::vector< uint32 > const * GetGameObjectQuestItemList (uint32 id) const
 
GameObjectQuestItemMap const * GetGameObjectQuestItemMap () const
 
std::vector< uint32 > const * GetCreatureQuestItemList (uint32 id) const
 
CreatureQuestItemMap const * GetCreatureQuestItemMap () const
 
uint32 GetNearestTaxiNode (float x, float y, float z, uint32 mapid, uint32 team)
 
void GetTaxiPath (uint32 source, uint32 destination, uint32 &path, uint32 &cost)
 
uint32 GetTaxiMountDisplayId (uint32 id, uint32 team, bool allowed_alt_team=false)
 
Quest const * GetQuestTemplate (uint32 quest_id) const
 
QuestContainer const & GetQuestTemplates () const
 
uint32 GetQuestForAreaTrigger (uint32 Trigger_ID) const
 
bool IsTavernAreaTrigger (uint32 Trigger_ID) const
 
bool IsGameObjectForQuests (uint32 entry) const
 
GossipText const * GetGossipText (uint32 Text_ID) const
 
QuestGreeting const * GetQuestGreeting (ObjectGuid guid) const
 
WorldSafeLocsEntry const * GetDefaultGraveyard (uint32 team) const
 
WorldSafeLocsEntry const * GetClosestGraveyard (float x, float y, float z, uint32 MapId, uint32 team, WorldObject *conditionObject) const
 
bool AddGraveyardLink (uint32 id, uint32 zoneId, uint32 team, bool persist=true)
 
void RemoveGraveyardLink (uint32 id, uint32 zoneId, uint32 team, bool persist=false)
 
void LoadGraveyardZones ()
 
GraveyardData const * FindGraveyardData (uint32 id, uint32 zone) const
 
AreaTriggerTeleport const * GetAreaTrigger (uint32 trigger) const
 
AccessRequirement const * GetAccessRequirement (uint32 mapid, Difficulty difficulty) const
 
AreaTriggerTeleport const * GetGoBackTrigger (uint32 Map) const
 
AreaTriggerTeleport const * GetMapEntranceTrigger (uint32 Map) const
 
uint32 GetAreaTriggerScriptId (uint32 trigger_id) const
 
SpellScriptsBounds GetSpellScriptsBounds (uint32 spellId)
 
RepRewardRate const * GetRepRewardRate (uint32 factionId) const
 
ReputationOnKillEntry const * GetReputationOnKilEntry (uint32 id) const
 
int32 GetBaseReputationOf (FactionEntry const *factionEntry, uint8 race, uint8 playerClass) const
 
RepSpilloverTemplate const * GetRepSpilloverTemplate (uint32 factionId) const
 
PointOfInterest const * GetPointOfInterest (uint32 id) const
 
QuestPOIWrapper const * GetQuestPOIWrapper (uint32 questId) const
 
VehicleTemplate const * GetVehicleTemplate (Vehicle *veh) const
 
VehicleAccessoryList const * GetVehicleAccessoryList (Vehicle *veh) const
 
DungeonEncounterList const * GetDungeonEncounterList (uint32 mapId, Difficulty difficulty) const
 
void LoadQuests ()
 
void LoadQuestStartersAndEnders ()
 
void LoadGameobjectQuestStarters ()
 
void LoadGameobjectQuestEnders ()
 
void LoadCreatureQuestStarters ()
 
void LoadCreatureQuestEnders ()
 
QuestRelationsGetGOQuestRelationMapHACK ()
 
QuestRelationResult GetGOQuestRelations (uint32 entry) const
 
QuestRelationResult GetGOQuestInvolvedRelations (uint32 entry) const
 
QuestRelationsGetCreatureQuestRelationMapHACK ()
 
QuestRelationResult GetCreatureQuestRelations (uint32 entry) const
 
QuestRelationResult GetCreatureQuestInvolvedRelations (uint32 entry) const
 
ExclusiveQuestGroupsBounds GetExclusiveQuestGroupBounds (int32 exclusiveGroupId) const
 
bool LoadTrinityStrings ()
 
void LoadEventScripts ()
 
void LoadWaypointScripts ()
 
void LoadSpellScriptNames ()
 
void ValidateSpellScripts ()
 
void LoadBroadcastTexts ()
 
void LoadBroadcastTextLocales ()
 
void LoadCreatureClassLevelStats ()
 
void LoadCreatureLocales ()
 
void LoadCreatureTemplates ()
 
void LoadCreatureTemplateAddons ()
 
void LoadCreatureTemplate (Field *fields)
 
void LoadCreatureTemplateResistances ()
 
void LoadCreatureTemplateSpells ()
 
void CheckCreatureTemplate (CreatureTemplate const *cInfo)
 
void CheckCreatureMovement (char const *table, uint64 id, CreatureMovementData &creatureMovement)
 
void LoadGameObjectQuestItems ()
 
void LoadCreatureQuestItems ()
 
void LoadTempSummons ()
 
void LoadCreatures ()
 
void LoadLinkedRespawn ()
 
bool SetCreatureLinkedRespawn (ObjectGuid::LowType guid, ObjectGuid::LowType linkedGuid)
 
void LoadCreatureAddons ()
 
void LoadGameObjectAddons ()
 
void LoadCreatureModelInfo ()
 
void LoadPlayerTotemModels ()
 
void LoadEquipmentTemplates ()
 
void LoadCreatureMovementOverrides ()
 
void LoadGameObjectLocales ()
 
void LoadGameObjects ()
 
void LoadSpawnGroupTemplates ()
 
void LoadSpawnGroups ()
 
void LoadInstanceSpawnGroups ()
 
void LoadItemTemplates ()
 
void LoadItemLocales ()
 
void LoadItemSetNames ()
 
void LoadItemSetNameLocales ()
 
void LoadQuestLocales ()
 
void LoadNpcTextLocales ()
 
void LoadQuestOfferRewardLocale ()
 
void LoadQuestRequestItemsLocale ()
 
void LoadPageTextLocales ()
 
void LoadGossipMenuItemsLocales ()
 
void LoadPointOfInterestLocales ()
 
void LoadQuestGreetingLocales ()
 
void LoadInstanceTemplate ()
 
void LoadInstanceEncounters ()
 
void LoadMailLevelRewards ()
 
void LoadVehicleTemplateAccessories ()
 
void LoadVehicleTemplate ()
 
void LoadVehicleAccessories ()
 
void LoadVehicleSeatAddon ()
 
void LoadGossipText ()
 
void LoadAreaTriggerTeleports ()
 
void LoadAccessRequirements ()
 
void LoadQuestAreaTriggers ()
 
void LoadQuestGreetings ()
 
void LoadAreaTriggerScripts ()
 
void LoadTavernAreaTriggers ()
 
void LoadGameObjectForQuests ()
 
void LoadPageTexts ()
 
PageText const * GetPageText (uint32 pageEntry)
 
void LoadPlayerInfo ()
 
void LoadPetLevelInfo ()
 
void LoadExplorationBaseXP ()
 
void LoadPetNames ()
 
void LoadPetNumber ()
 
void LoadFishingBaseSkillLevel ()
 
void LoadReputationRewardRate ()
 
void LoadReputationOnKill ()
 
void LoadReputationSpilloverTemplate ()
 
void LoadPointsOfInterest ()
 
void LoadQuestPOI ()
 
void LoadNPCSpellClickSpells ()
 
void LoadGameTele ()
 
void LoadGossipMenu ()
 
void LoadGossipMenuItems ()
 
void LoadVendors ()
 
void LoadTrainers ()
 
void LoadCreatureDefaultTrainers ()
 
void InitializeQueriesData (QueryDataGroup mask)
 
std::string GeneratePetName (uint32 entry)
 
uint32 GetBaseXP (uint8 level)
 
uint32 GetXPForLevel (uint8 level) const
 
int32 GetFishingBaseSkillLevel (uint32 entry) const
 
void ReturnOrDeleteOldMails (bool serverUp)
 
CreatureBaseStats const * GetCreatureBaseStats (uint8 level, uint8 unitClass)
 
void SetHighestGuids ()
 
template<HighGuid type>
ObjectGuidGeneratorGetGenerator ()
 
uint32 GenerateAuctionID ()
 
uint64 GenerateEquipmentSetGuid ()
 
uint32 GenerateMailID ()
 
uint32 GeneratePetNumber ()
 
ObjectGuid::LowType GenerateCreatureSpawnId ()
 
ObjectGuid::LowType GenerateGameObjectSpawnId ()
 
SpawnGroupTemplateData const * GetSpawnGroupData (uint32 groupId) const
 
SpawnGroupTemplateData const * GetSpawnGroupData (SpawnObjectType type, ObjectGuid::LowType spawnId) const
 
SpawnGroupTemplateData const * GetDefaultSpawnGroup () const
 
SpawnGroupTemplateData const * GetLegacySpawnGroup () const
 
Trinity::IteratorPair< SpawnGroupLinkContainer::const_iterator > GetSpawnMetadataForGroup (uint32 groupId) const
 
std::vector< InstanceSpawnGroupInfo > const * GetSpawnGroupsForInstance (uint32 instanceId) const
 
MailLevelReward const * GetMailLevelReward (uint32 level, uint32 raceMask) const
 
CellObjectGuids const * GetCellObjectGuids (uint16 mapid, uint8 spawnMode, uint32 cell_id)
 
CellObjectGuidsMap const * GetMapObjectGuids (uint16 mapid, uint8 spawnMode)
 
std::vector< TempSummonData > const * GetSummonGroup (uint32 summonerId, SummonerType summonerType, uint8 group) const
 
BroadcastText const * GetBroadcastText (uint32 id) const
 
SpawnMetadata const * GetSpawnMetadata (SpawnObjectType type, ObjectGuid::LowType spawnId) const
 
SpawnData const * GetSpawnData (SpawnObjectType type, ObjectGuid::LowType spawnId) const
 
void OnDeleteSpawnData (SpawnData const *data)
 
CreatureDataContainer const & GetAllCreatureData () const
 
CreatureData const * GetCreatureData (ObjectGuid::LowType spawnId) const
 
CreatureDataNewOrExistCreatureData (ObjectGuid::LowType spawnId)
 
void DeleteCreatureData (ObjectGuid::LowType spawnId)
 
ObjectGuid GetLinkedRespawnGuid (ObjectGuid spawnId) const
 
CreatureLocale const * GetCreatureLocale (uint32 entry) const
 
GameObjectDataContainer const & GetAllGameObjectData () const
 
GameObjectData const * GetGameObjectData (ObjectGuid::LowType spawnId) const
 
GameObjectDataNewOrExistGameObjectData (ObjectGuid::LowType spawnId)
 
void DeleteGameObjectData (ObjectGuid::LowType spawnId)
 
GameObjectLocale const * GetGameObjectLocale (uint32 entry) const
 
ItemLocale const * GetItemLocale (uint32 entry) const
 
ItemSetNameLocale const * GetItemSetNameLocale (uint32 entry) const
 
QuestLocale const * GetQuestLocale (uint32 entry) const
 
QuestOfferRewardLocale const * GetQuestOfferRewardLocale (uint32 entry) const
 
QuestRequestItemsLocale const * GetQuestRequestItemsLocale (uint32 entry) const
 
NpcTextLocale const * GetNpcTextLocale (uint32 entry) const
 
PageTextLocale const * GetPageTextLocale (uint32 entry) const
 
GossipMenuItemsLocale const * GetGossipMenuItemsLocale (uint32 menuId, uint32 optionId) const
 
PointOfInterestLocale const * GetPointOfInterestLocale (uint32 id) const
 
QuestGreetingLocale const * GetQuestGreetingLocale (uint32 id) const
 
TrinityString const * GetTrinityString (uint32 entry) const
 
char const * GetTrinityString (uint32 entry, LocaleConstant locale) const
 
char const * GetTrinityStringForDBCLocale (uint32 entry) const
 
LocaleConstant GetDBCLocaleIndex () const
 
void SetDBCLocaleIndex (LocaleConstant locale)
 
void AddCreatureToGrid (ObjectGuid::LowType guid, CreatureData const *data)
 
void RemoveCreatureFromGrid (ObjectGuid::LowType guid, CreatureData const *data)
 
void AddGameobjectToGrid (ObjectGuid::LowType guid, GameObjectData const *data)
 
void RemoveGameobjectFromGrid (ObjectGuid::LowType guid, GameObjectData const *data)
 
ObjectGuid::LowType AddGameObjectData (uint32 entry, uint32 map, Position const &pos, QuaternionData const &rot, uint32 spawntimedelay=0)
 
ObjectGuid::LowType AddCreatureData (uint32 entry, uint32 map, Position const &pos, uint32 spawntimedelay=0)
 
void LoadReservedPlayersNames ()
 
bool IsReservedName (std::string_view name) const
 
GameTele const * GetGameTele (uint32 id) const
 
GameTele const * GetGameTele (std::string_view name) const
 
GameTele const * GetGameTeleExactName (std::string_view name) const
 
GameTeleContainer const & GetGameTeleMap () const
 
bool AddGameTele (GameTele &data)
 
bool DeleteGameTele (std::string_view name)
 
Trainer::Trainer const * GetTrainer (uint32 creatureId) const
 
std::vector< Trainer::Trainer const * > const & GetClassTrainers (uint8 classId) const
 
VendorItemData const * GetNpcVendorItemList (uint32 entry) const
 
void AddVendorItem (uint32 entry, uint32 item, int32 maxcount, uint32 incrtime, uint32 extendedCost, bool persist=true)
 
bool RemoveVendorItem (uint32 entry, uint32 item, bool persist=true)
 
bool IsVendorItemValid (uint32 vendor_entry, uint32 id, int32 maxcount, uint32 ptime, uint32 ExtendedCost, Player *player=nullptr, std::set< uint32 > *skip_vendors=nullptr, uint32 ORnpcflag=0) const
 
void LoadScriptNames ()
 
ScriptNameContainer const & GetAllScriptNames () const
 
std::string const & GetScriptName (uint32 id) const
 
uint32 GetScriptId (std::string const &name)
 
Trinity::IteratorPair< SpellClickInfoContainer::const_iterator > GetSpellClickInfoMapBounds (uint32 creature_id) const
 
GossipMenusMapBounds GetGossipMenusMapBounds (uint32 uiMenuId) const
 
GossipMenusMapBoundsNonConst GetGossipMenusMapBoundsNonConst (uint32 uiMenuId)
 
GossipMenuItemsMapBounds GetGossipMenuItemsMapBounds (uint32 uiMenuId) const
 
GossipMenuItemsMapBoundsNonConst GetGossipMenuItemsMapBoundsNonConst (uint32 uiMenuId)
 
void LoadFactionChangeAchievements ()
 
void LoadFactionChangeItems ()
 
void LoadFactionChangeQuests ()
 
void LoadFactionChangeReputations ()
 
void LoadFactionChangeSpells ()
 
void LoadFactionChangeTitles ()
 
bool IsTransportMap (uint32 mapId) const
 
VehicleSeatAddon const * GetVehicleSeatAddon (uint32 seatId) const
 

Static Public Member Functions

static ObjectMgrinstance ()
 
static uint32 ChooseDisplayId (CreatureTemplate const *cinfo, CreatureData const *data=nullptr)
 
static void ChooseCreatureFlags (CreatureTemplate const *cinfo, uint32 *npcflag, uint32 *unit_flags, uint32 *dynamicflags, CreatureData const *data=nullptr)
 
static ResponseCodes CheckPlayerName (std::string_view name, LocaleConstant locale, bool create=false)
 
static PetNameInvalidReason CheckPetName (std::string_view name, LocaleConstant locale)
 
static bool IsValidCharterName (std::string_view name)
 
static bool CheckDeclinedNames (const std::wstring &w_ownname, DeclinedName const &names)
 
static void AddLocaleString (std::string &&value, LocaleConstant localeConstant, std::vector< std::string > &data)
 
static std::string_view GetLocaleString (std::vector< std::string > const &data, size_t locale)
 
static void GetLocaleString (std::vector< std::string > const &data, LocaleConstant localeConstant, std::string &value)
 

Public Attributes

GraveyardContainer GraveyardStore
 
CharacterConversionMap FactionChangeAchievements
 
CharacterConversionMap FactionChangeItems
 
CharacterConversionMap FactionChangeQuests
 
CharacterConversionMap FactionChangeReputation
 
CharacterConversionMap FactionChangeSpells
 
CharacterConversionMap FactionChangeTitles
 

Private Types

typedef std::unordered_map< uint32, GossipTextGossipTextContainer
 
typedef std::map< uint32, uint32QuestAreaTriggerContainer
 
typedef std::set< uint32TavernAreaTriggerContainer
 
typedef std::set< uint32GameObjectForQuestContainer
 
typedef std::set< std::wstring > ReservedNamesContainer
 
typedef std::unordered_map< uint32, std::unique_ptr< PetLevelInfo[] > > PetLevelInfoContainer
 
typedef std::vector< uint32PlayerXPperLevel
 
typedef std::map< uint32, uint32BaseXPContainer
 
typedef std::map< uint32, int32FishingBaseSkillContainer
 
typedef std::map< uint32, std::vector< std::string > > HalfNameContainer
 
typedef std::unordered_map< uint32, ItemSetNameEntryItemSetNameContainer
 

Private Member Functions

 ObjectMgr ()
 
 ~ObjectMgr ()
 
ObjectGuidGeneratorGetGuidSequenceGenerator (HighGuid high)
 
void LoadScripts (ScriptsType type)
 
void LoadQuestRelationsHelper (QuestRelations &map, std::string const &table)
 
QuestRelationResult GetQuestRelationsFrom (QuestRelations const &map, uint32 key, bool onlyActive) const
 
void PlayerCreateInfoAddItemHelper (uint32 race_, uint32 class_, uint32 itemId, int32 count)
 
void BuildPlayerLevelInfo (uint8 race, uint8 class_, uint8 level, PlayerLevelInfo *plinfo) const
 

Private Attributes

uint32 _auctionId
 
uint64 _equipmentSetGuid
 
std::atomic< uint32_mailId
 
std::atomic< uint32_hiPetNumber
 
ObjectGuid::LowType _creatureSpawnId
 
ObjectGuid::LowType _gameObjectSpawnId
 
std::map< HighGuid, std::unique_ptr< ObjectGuidGenerator > > _guidGenerators
 
QuestContainer _questTemplates
 
QuestAreaTriggerContainer _questAreaTriggerStore
 
TavernAreaTriggerContainer _tavernAreaTriggerStore
 
GameObjectForQuestContainer _gameObjectForQuestStore
 
GossipTextContainer _gossipTextStore
 
QuestGreetingContainer _questGreetingStore
 
AreaTriggerContainer _areaTriggerStore
 
AreaTriggerScriptContainer _areaTriggerScriptStore
 
AccessRequirementContainer _accessRequirementStore
 
DungeonEncounterContainer _dungeonEncounterStore
 
RepRewardRateContainer _repRewardRateStore
 
RepOnKillContainer _repOnKillStore
 
RepSpilloverTemplateContainer _repSpilloverTemplateStore
 
GossipMenusContainer _gossipMenusStore
 
GossipMenuItemsContainer _gossipMenuItemsStore
 
PointOfInterestContainer _pointsOfInterestStore
 
QuestPOIContainer _questPOIStore
 
QuestRelations _goQuestRelations
 
QuestRelations _goQuestInvolvedRelations
 
QuestRelations _creatureQuestRelations
 
QuestRelations _creatureQuestInvolvedRelations
 
ExclusiveQuestGroups _exclusiveQuestGroups
 
ReservedNamesContainer _reservedNamesStore
 
GameTeleContainer _gameTeleStore
 
ScriptNameContainer _scriptNamesStore
 
SpellClickInfoContainer _spellClickInfoStore
 
SpellScriptsContainer _spellScriptsStore
 
std::unordered_map< uint32, VehicleTemplate_vehicleTemplateStore
 
VehicleAccessoryTemplateContainer _vehicleTemplateAccessoryStore
 
VehicleAccessoryContainer _vehicleAccessoryStore
 
LocaleConstant DBCLocaleIndex
 
PageTextContainer _pageTextStore
 
InstanceTemplateContainer _instanceTemplateStore
 
MailLevelRewardContainer _mailLevelRewardStore
 
CreatureBaseStatsContainer _creatureBaseStatsStore
 
PetLevelInfoContainer _petInfoStore
 
std::unique_ptr< PlayerClassInfo_playerClassInfo [MAX_CLASSES]
 
std::unique_ptr< PlayerInfo_playerInfo [MAX_RACES][MAX_CLASSES]
 
PlayerXPperLevel _playerXPperLevel
 
BaseXPContainer _baseXPTable
 
FishingBaseSkillContainer _fishingBaseForAreaStore
 
HalfNameContainer _petHalfName0
 
HalfNameContainer _petHalfName1
 
ItemSetNameContainer _itemSetNameStore
 
MapObjectGuids _mapObjectGuidsStore
 
CreatureDataContainer _creatureDataStore
 
CreatureTemplateContainer _creatureTemplateStore
 
CreatureModelContainer _creatureModelStore
 
CreatureAddonContainer _creatureAddonStore
 
CreatureTemplateAddonContainer _creatureTemplateAddonStore
 
std::unordered_map< ObjectGuid::LowType, CreatureMovementData_creatureMovementOverrides
 
GameObjectAddonContainer _gameObjectAddonStore
 
GameObjectQuestItemMap _gameObjectQuestItemStore
 
CreatureQuestItemMap _creatureQuestItemStore
 
EquipmentInfoContainer _equipmentInfoStore
 
LinkedRespawnContainer _linkedRespawnStore
 
CreatureLocaleContainer _creatureLocaleStore
 
GameObjectDataContainer _gameObjectDataStore
 
GameObjectLocaleContainer _gameObjectLocaleStore
 
GameObjectTemplateContainer _gameObjectTemplateStore
 
GameObjectTemplateAddonContainer _gameObjectTemplateAddonStore
 
GameObjectOverrideContainer _gameObjectOverrideStore
 
SpawnGroupDataContainer _spawnGroupDataStore
 
SpawnGroupLinkContainer _spawnGroupMapStore
 
InstanceSpawnGroupContainer _instanceSpawnGroupStore
 
TempSummonDataContainer _tempSummonDataStore
 Stores temp summon data grouped by summoner's entry, summoner's type and group id.
 
BroadcastTextContainer _broadcastTextStore
 
ItemTemplateContainer _itemTemplateStore
 
ItemLocaleContainer _itemLocaleStore
 
ItemSetNameLocaleContainer _itemSetNameLocaleStore
 
QuestLocaleContainer _questLocaleStore
 
QuestOfferRewardLocaleContainer _questOfferRewardLocaleStore
 
QuestRequestItemsLocaleContainer _questRequestItemsLocaleStore
 
NpcTextLocaleContainer _npcTextLocaleStore
 
PageTextLocaleContainer _pageTextLocaleStore
 
GossipMenuItemsLocaleContainer _gossipMenuItemsLocaleStore
 
PointOfInterestLocaleContainer _pointOfInterestLocaleStore
 
QuestGreetingLocaleContainer _questGreetingLocaleStore
 
TrinityStringContainer _trinityStringStore
 
CacheVendorItemContainer _cacheVendorItemStore
 
std::unordered_map< uint32, Trainer::Trainer_trainers
 
std::unordered_map< uint8, std::vector< Trainer::Trainer const * > > _classTrainers
 
std::unordered_map< uint32, Trainer::Trainer const * > _creatureDefaultTrainers
 
std::set< uint32_difficultyEntries [MAX_DIFFICULTY - 1]
 
std::set< uint32_hasDifficultyEntries [MAX_DIFFICULTY - 1]
 
std::set< uint32_transportMaps
 
PlayerTotemModelMap _playerTotemModel
 
VehicleSeatAddonContainer _vehicleSeatAddonStore
 

Friends

class PlayerDumpReader
 
class UnitTestDataLoader
 

Detailed Description

Definition at line 929 of file ObjectMgr.h.

Member Typedef Documentation

◆ AccessRequirementContainer

typedef std::unordered_map<uint32, std::unique_ptr<AccessRequirement> > ObjectMgr::AccessRequirementContainer

Definition at line 953 of file ObjectMgr.h.

◆ AreaTriggerContainer

Definition at line 949 of file ObjectMgr.h.

◆ AreaTriggerScriptContainer

Definition at line 951 of file ObjectMgr.h.

◆ BaseXPContainer

typedef std::map<uint32, uint32> ObjectMgr::BaseXPContainer
private

Definition at line 1654 of file ObjectMgr.h.

◆ CharacterConversionMap

Definition at line 963 of file ObjectMgr.h.

◆ FishingBaseSkillContainer

Definition at line 1657 of file ObjectMgr.h.

◆ GameObjectForQuestContainer

Definition at line 1582 of file ObjectMgr.h.

◆ GossipTextContainer

typedef std::unordered_map<uint32, GossipText> ObjectMgr::GossipTextContainer
private

Definition at line 1579 of file ObjectMgr.h.

◆ HalfNameContainer

typedef std::map<uint32, std::vector<std::string> > ObjectMgr::HalfNameContainer
private

Definition at line 1660 of file ObjectMgr.h.

◆ ItemSetNameContainer

typedef std::unordered_map<uint32, ItemSetNameEntry> ObjectMgr::ItemSetNameContainer
private

Definition at line 1664 of file ObjectMgr.h.

◆ PetLevelInfoContainer

typedef std::unordered_map<uint32 , std::unique_ptr<PetLevelInfo[] > > ObjectMgr::PetLevelInfoContainer
private

Definition at line 1642 of file ObjectMgr.h.

◆ PlayerXPperLevel

typedef std::vector<uint32> ObjectMgr::PlayerXPperLevel
private

Definition at line 1651 of file ObjectMgr.h.

◆ PointOfInterestContainer

Definition at line 959 of file ObjectMgr.h.

◆ QuestAreaTriggerContainer

Definition at line 1580 of file ObjectMgr.h.

◆ QuestContainer

Definition at line 947 of file ObjectMgr.h.

◆ RepOnKillContainer

Definition at line 956 of file ObjectMgr.h.

◆ RepRewardRateContainer

Definition at line 955 of file ObjectMgr.h.

◆ RepSpilloverTemplateContainer

Definition at line 957 of file ObjectMgr.h.

◆ ReservedNamesContainer

typedef std::set<std::wstring> ObjectMgr::ReservedNamesContainer
private

Definition at line 1612 of file ObjectMgr.h.

◆ ScriptNameContainer

typedef std::vector<std::string> ObjectMgr::ScriptNameContainer

Definition at line 961 of file ObjectMgr.h.

◆ TavernAreaTriggerContainer

typedef std::set<uint32> ObjectMgr::TavernAreaTriggerContainer
private

Definition at line 1581 of file ObjectMgr.h.

Constructor & Destructor Documentation

◆ ObjectMgr() [1/3]

ObjectMgr::ObjectMgr ( )
private

Definition at line 223 of file ObjectMgr.cpp.

◆ ~ObjectMgr()

ObjectMgr::~ObjectMgr ( )
private

Definition at line 240 of file ObjectMgr.cpp.

◆ ObjectMgr() [2/3]

ObjectMgr::ObjectMgr ( ObjectMgr const &  )
delete

◆ ObjectMgr() [3/3]

ObjectMgr::ObjectMgr ( ObjectMgr &&  )
delete

Member Function Documentation

◆ AddCreatureData()

ObjectGuid::LowType ObjectMgr::AddCreatureData ( uint32  entry,
uint32  map,
Position const &  pos,
uint32  spawntimedelay = 0 
)

Definition at line 2426 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ AddCreatureToGrid()

void ObjectMgr::AddCreatureToGrid ( ObjectGuid::LowType  guid,
CreatureData const *  data 
)

Definition at line 2351 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddGameObjectData()

ObjectGuid::LowType ObjectMgr::AddGameObjectData ( uint32  entry,
uint32  map,
Position const &  pos,
QuaternionData const &  rot,
uint32  spawntimedelay = 0 
)

Definition at line 2379 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ AddGameobjectToGrid()

void ObjectMgr::AddGameobjectToGrid ( ObjectGuid::LowType  guid,
GameObjectData const *  data 
)

Definition at line 2865 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddGameTele()

bool ObjectMgr::AddGameTele ( GameTele data)

Definition at line 9043 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ AddGraveyardLink()

bool ObjectMgr::AddGraveyardLink ( uint32  id,
uint32  zoneId,
uint32  team,
bool  persist = true 
)

Definition at line 7064 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddLocaleString()

void ObjectMgr::AddLocaleString ( std::string &&  value,
LocaleConstant  localeConstant,
std::vector< std::string > &  data 
)
static

Definition at line 244 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ AddVendorItem()

void ObjectMgr::AddVendorItem ( uint32  entry,
uint32  item,
int32  maxcount,
uint32  incrtime,
uint32  extendedCost,
bool  persist = true 
)

Definition at line 9557 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ BuildPlayerLevelInfo()

void ObjectMgr::BuildPlayerLevelInfo ( uint8  race,
uint8  class_,
uint8  level,
PlayerLevelInfo plinfo 
) const
private

Definition at line 4559 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ CheckCreatureMovement()

void ObjectMgr::CheckCreatureMovement ( char const *  table,
uint64  id,
CreatureMovementData creatureMovement 
)

Definition at line 1246 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ CheckCreatureTemplate()

void ObjectMgr::CheckCreatureTemplate ( CreatureTemplate const *  cInfo)

if not set custom creature scale then load scale from CreatureDisplayInfo.dbc

Definition at line 824 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CheckDeclinedNames()

bool ObjectMgr::CheckDeclinedNames ( const std::wstring &  w_ownname,
DeclinedName const &  names 
)
static

Definition at line 8865 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CheckPetName()

PetNameInvalidReason ObjectMgr::CheckPetName ( std::string_view  name,
LocaleConstant  locale 
)
static

Definition at line 8699 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CheckPlayerName()

ResponseCodes ObjectMgr::CheckPlayerName ( std::string_view  name,
LocaleConstant  locale,
bool  create = false 
)
static

Definition at line 8656 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ChooseCreatureFlags()

void ObjectMgr::ChooseCreatureFlags ( CreatureTemplate const *  cinfo,
uint32 npcflag,
uint32 unit_flags,
uint32 dynamicflags,
CreatureData const *  data = nullptr 
)
static

Definition at line 1675 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ ChooseDisplayId()

uint32 ObjectMgr::ChooseDisplayId ( CreatureTemplate const *  cinfo,
CreatureData const *  data = nullptr 
)
static

Definition at line 1662 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DeleteCreatureData()

void ObjectMgr::DeleteCreatureData ( ObjectGuid::LowType  spawnId)

Definition at line 8406 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ DeleteGameObjectData()

void ObjectMgr::DeleteGameObjectData ( ObjectGuid::LowType  spawnId)

Definition at line 8419 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ DeleteGameTele()

bool ObjectMgr::DeleteGameTele ( std::string_view  name)

Definition at line 9076 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ FindGraveyardData()

GraveyardData const * ObjectMgr::FindGraveyardData ( uint32  id,
uint32  zone 
) const

Definition at line 7036 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GenerateAuctionID()

uint32 ObjectMgr::GenerateAuctionID ( )

Definition at line 7402 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GenerateCreatureSpawnId()

uint32 ObjectMgr::GenerateCreatureSpawnId ( )

Definition at line 7442 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GenerateEquipmentSetGuid()

uint64 ObjectMgr::GenerateEquipmentSetGuid ( )

Definition at line 7412 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GenerateGameObjectSpawnId()

uint32 ObjectMgr::GenerateGameObjectSpawnId ( )

Definition at line 7452 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GenerateMailID()

uint32 ObjectMgr::GenerateMailID ( )

Definition at line 7422 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GeneratePetName()

std::string ObjectMgr::GeneratePetName ( uint32  entry)

Definition at line 7929 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GeneratePetNumber()

uint32 ObjectMgr::GeneratePetNumber ( )

Definition at line 7432 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetAccessRequirement()

AccessRequirement const * ObjectMgr::GetAccessRequirement ( uint32  mapid,
Difficulty  difficulty 
) const

Definition at line 7056 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetAllCreatureData()

CreatureDataContainer const & ObjectMgr::GetAllCreatureData ( ) const
inline

Definition at line 1337 of file ObjectMgr.h.

◆ GetAllGameObjectData()

GameObjectDataContainer const & ObjectMgr::GetAllGameObjectData ( ) const
inline

Definition at line 1358 of file ObjectMgr.h.

◆ GetAllScriptNames()

ObjectMgr::ScriptNameContainer const & ObjectMgr::GetAllScriptNames ( ) const

Definition at line 9734 of file ObjectMgr.cpp.

◆ GetAreaTrigger()

AreaTriggerTeleport const * ObjectMgr::GetAreaTrigger ( uint32  trigger) const

Definition at line 7048 of file ObjectMgr.cpp.

◆ GetAreaTriggerScriptId()

uint32 ObjectMgr::GetAreaTriggerScriptId ( uint32  trigger_id) const

Definition at line 8889 of file ObjectMgr.cpp.

◆ GetBaseReputationOf()

int32 ObjectMgr::GetBaseReputationOf ( FactionEntry const *  factionEntry,
uint8  race,
uint8  playerClass 
) const

Definition at line 8903 of file ObjectMgr.cpp.

◆ GetBaseXP()

uint32 ObjectMgr::GetBaseXP ( uint8  level)

Definition at line 7872 of file ObjectMgr.cpp.

◆ GetBroadcastText()

BroadcastText const * ObjectMgr::GetBroadcastText ( uint32  id) const
inline

Definition at line 1305 of file ObjectMgr.h.

◆ GetCellObjectGuids()

CellObjectGuids const * ObjectMgr::GetCellObjectGuids ( uint16  mapid,
uint8  spawnMode,
uint32  cell_id 
)

Definition at line 2338 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetClassTrainers()

std::vector< Trainer::Trainer const * > const & ObjectMgr::GetClassTrainers ( uint8  classId) const
inline

Definition at line 1478 of file ObjectMgr.h.

◆ GetClosestGraveyard()

WorldSafeLocsEntry const * ObjectMgr::GetClosestGraveyard ( float  x,
float  y,
float  z,
uint32  MapId,
uint32  team,
WorldObject conditionObject 
) const

Definition at line 6910 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetCreatureAddon()

CreatureAddon const * ObjectMgr::GetCreatureAddon ( ObjectGuid::LowType  lowguid) const

Definition at line 1468 of file ObjectMgr.cpp.

◆ GetCreatureBaseStats()

CreatureBaseStats const * ObjectMgr::GetCreatureBaseStats ( uint8  level,
uint8  unitClass 
)

Definition at line 9881 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetCreatureData()

CreatureData const * ObjectMgr::GetCreatureData ( ObjectGuid::LowType  spawnId) const
inline

Definition at line 1338 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ GetCreatureLocale()

CreatureLocale const * ObjectMgr::GetCreatureLocale ( uint32  entry) const
inline

Definition at line 1352 of file ObjectMgr.h.

◆ GetCreatureModelInfo()

CreatureModelInfo const * ObjectMgr::GetCreatureModelInfo ( uint32  modelId) const

Definition at line 1653 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetCreatureModelRandomGender()

CreatureModelInfo const * ObjectMgr::GetCreatureModelRandomGender ( uint32 displayID) const

Definition at line 1691 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetCreatureMovementOverride()

CreatureMovementData const * ObjectMgr::GetCreatureMovementOverride ( ObjectGuid::LowType  spawnId) const

Definition at line 1486 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetCreatureQuestInvolvedRelations()

QuestRelationResult ObjectMgr::GetCreatureQuestInvolvedRelations ( uint32  entry) const
inline

Definition at line 1129 of file ObjectMgr.h.

◆ GetCreatureQuestItemList()

std::vector< uint32 > const * ObjectMgr::GetCreatureQuestItemList ( uint32  id) const
inline

Definition at line 1021 of file ObjectMgr.h.

◆ GetCreatureQuestItemMap()

CreatureQuestItemMap const * ObjectMgr::GetCreatureQuestItemMap ( ) const
inline

Definition at line 1028 of file ObjectMgr.h.

◆ GetCreatureQuestRelationMapHACK()

QuestRelations * ObjectMgr::GetCreatureQuestRelationMapHACK ( )
inline

Definition at line 1127 of file ObjectMgr.h.

◆ GetCreatureQuestRelations()

QuestRelationResult ObjectMgr::GetCreatureQuestRelations ( uint32  entry) const
inline

Definition at line 1128 of file ObjectMgr.h.

◆ GetCreatureTemplate()

CreatureTemplate const * ObjectMgr::GetCreatureTemplate ( uint32  entry) const

Definition at line 10203 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetCreatureTemplateAddon()

CreatureAddon const * ObjectMgr::GetCreatureTemplateAddon ( uint32  entry) const

Definition at line 1477 of file ObjectMgr.cpp.

◆ GetCreatureTemplates()

CreatureTemplateContainer const & ObjectMgr::GetCreatureTemplates ( ) const
inline

Definition at line 974 of file ObjectMgr.h.

◆ GetDBCLocaleIndex()

LocaleConstant ObjectMgr::GetDBCLocaleIndex ( ) const
inline

Definition at line 1443 of file ObjectMgr.h.

◆ GetDefaultGraveyard()

WorldSafeLocsEntry const * ObjectMgr::GetDefaultGraveyard ( uint32  team) const

Definition at line 6895 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetDefaultSpawnGroup()

SpawnGroupTemplateData const * ObjectMgr::GetDefaultSpawnGroup ( ) const
inline

Definition at line 1265 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ GetDungeonEncounterList()

DungeonEncounterList const * ObjectMgr::GetDungeonEncounterList ( uint32  mapId,
Difficulty  difficulty 
) const

Definition at line 10235 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetEquipmentInfo()

EquipmentInfo const * ObjectMgr::GetEquipmentInfo ( uint32  entry,
int8 id 
) const

Definition at line 1491 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetExclusiveQuestGroupBounds()

ExclusiveQuestGroupsBounds ObjectMgr::GetExclusiveQuestGroupBounds ( int32  exclusiveGroupId) const
inline

Definition at line 1131 of file ObjectMgr.h.

◆ GetFishingBaseSkillLevel()

int32 ObjectMgr::GetFishingBaseSkillLevel ( uint32  entry) const
inline

Definition at line 1236 of file ObjectMgr.h.

◆ GetGameObjectAddon()

GameObjectAddon const * ObjectMgr::GetGameObjectAddon ( ObjectGuid::LowType  lowguid) const

Definition at line 1459 of file ObjectMgr.cpp.

◆ GetGameObjectData()

GameObjectData const * ObjectMgr::GetGameObjectData ( ObjectGuid::LowType  spawnId) const
inline

Definition at line 1359 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ GetGameObjectLocale()

GameObjectLocale const * ObjectMgr::GetGameObjectLocale ( uint32  entry) const
inline

Definition at line 1367 of file ObjectMgr.h.

◆ GetGameObjectOverride()

GameObjectOverride const * ObjectMgr::GetGameObjectOverride ( ObjectGuid::LowType  spawnId) const

Definition at line 10198 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetGameObjectQuestItemList()

std::vector< uint32 > const * ObjectMgr::GetGameObjectQuestItemList ( uint32  id) const
inline

Definition at line 1012 of file ObjectMgr.h.

◆ GetGameObjectQuestItemMap()

GameObjectQuestItemMap const * ObjectMgr::GetGameObjectQuestItemMap ( ) const
inline

Definition at line 1019 of file ObjectMgr.h.

◆ GetGameObjectTemplate()

GameObjectTemplate const * ObjectMgr::GetGameObjectTemplate ( uint32  entry) const

Definition at line 10184 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetGameObjectTemplateAddon()

GameObjectTemplateAddon const * ObjectMgr::GetGameObjectTemplateAddon ( uint32  entry) const

Definition at line 10189 of file ObjectMgr.cpp.

◆ GetGameObjectTemplates()

GameObjectTemplateContainer const & ObjectMgr::GetGameObjectTemplates ( ) const
inline

Definition at line 966 of file ObjectMgr.h.

◆ GetGameTele() [1/2]

GameTele const * ObjectMgr::GetGameTele ( std::string_view  name) const

Definition at line 9001 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetGameTele() [2/2]

GameTele const * ObjectMgr::GetGameTele ( uint32  id) const
inline

Definition at line 1465 of file ObjectMgr.h.

◆ GetGameTeleExactName()

GameTele const * ObjectMgr::GetGameTeleExactName ( std::string_view  name) const

Definition at line 9024 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetGameTeleMap()

GameTeleContainer const & ObjectMgr::GetGameTeleMap ( ) const
inline

Definition at line 1473 of file ObjectMgr.h.

◆ GetGenerator()

template<HighGuid type>
ObjectGuidGenerator & ObjectMgr::GetGenerator ( )
inline

Definition at line 1249 of file ObjectMgr.h.

◆ GetGoBackTrigger()

AreaTriggerTeleport const * ObjectMgr::GetGoBackTrigger ( uint32  Map) const

Definition at line 7292 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetGOQuestInvolvedRelations()

QuestRelationResult ObjectMgr::GetGOQuestInvolvedRelations ( uint32  entry) const
inline

Definition at line 1126 of file ObjectMgr.h.

◆ GetGOQuestRelationMapHACK()

QuestRelations * ObjectMgr::GetGOQuestRelationMapHACK ( )
inline

Definition at line 1124 of file ObjectMgr.h.

◆ GetGOQuestRelations()

QuestRelationResult ObjectMgr::GetGOQuestRelations ( uint32  entry) const
inline

Definition at line 1125 of file ObjectMgr.h.

◆ GetGossipMenuItemsLocale()

GossipMenuItemsLocale const * ObjectMgr::GetGossipMenuItemsLocale ( uint32  menuId,
uint32  optionId 
) const
inline

Definition at line 1415 of file ObjectMgr.h.

◆ GetGossipMenuItemsMapBounds()

GossipMenuItemsMapBounds ObjectMgr::GetGossipMenuItemsMapBounds ( uint32  uiMenuId) const
inline

Definition at line 1512 of file ObjectMgr.h.

◆ GetGossipMenuItemsMapBoundsNonConst()

GossipMenuItemsMapBoundsNonConst ObjectMgr::GetGossipMenuItemsMapBoundsNonConst ( uint32  uiMenuId)
inline

Definition at line 1516 of file ObjectMgr.h.

◆ GetGossipMenusMapBounds()

GossipMenusMapBounds ObjectMgr::GetGossipMenusMapBounds ( uint32  uiMenuId) const
inline

Definition at line 1502 of file ObjectMgr.h.

◆ GetGossipMenusMapBoundsNonConst()

GossipMenusMapBoundsNonConst ObjectMgr::GetGossipMenusMapBoundsNonConst ( uint32  uiMenuId)
inline

Definition at line 1507 of file ObjectMgr.h.

◆ GetGossipText()

GossipText const * ObjectMgr::GetGossipText ( uint32  Text_ID) const

Definition at line 6163 of file ObjectMgr.cpp.

◆ GetGuidSequenceGenerator()

ObjectGuidGenerator & ObjectMgr::GetGuidSequenceGenerator ( HighGuid  high)
private

Definition at line 7393 of file ObjectMgr.cpp.

◆ GetInstanceTemplate()

InstanceTemplate const * ObjectMgr::GetInstanceTemplate ( uint32  mapId) const

Definition at line 6067 of file ObjectMgr.cpp.

◆ GetInstanceTemplates()

InstanceTemplateContainer const & ObjectMgr::GetInstanceTemplates ( ) const
inline

Definition at line 999 of file ObjectMgr.h.

◆ GetItemLocale()

ItemLocale const * ObjectMgr::GetItemLocale ( uint32  entry) const
inline

Definition at line 1373 of file ObjectMgr.h.

◆ GetItemSetNameEntry()

ItemSetNameEntry const * ObjectMgr::GetItemSetNameEntry ( uint32  itemId) const
inline

Definition at line 991 of file ObjectMgr.h.

◆ GetItemSetNameLocale()

ItemSetNameLocale const * ObjectMgr::GetItemSetNameLocale ( uint32  entry) const
inline

Definition at line 1379 of file ObjectMgr.h.

◆ GetItemTemplate()

ItemTemplate const * ObjectMgr::GetItemTemplate ( uint32  entry) const

Definition at line 3451 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetItemTemplateStore()

ItemTemplateContainer const & ObjectMgr::GetItemTemplateStore ( ) const
inline

Definition at line 987 of file ObjectMgr.h.

◆ GetLegacySpawnGroup()

SpawnGroupTemplateData const * ObjectMgr::GetLegacySpawnGroup ( ) const
inline

Definition at line 1266 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ GetLinkedRespawnGuid()

ObjectGuid ObjectMgr::GetLinkedRespawnGuid ( ObjectGuid  spawnId) const
inline

Definition at line 1346 of file ObjectMgr.h.

◆ GetLocaleString() [1/2]

static void ObjectMgr::GetLocaleString ( std::vector< std::string > const &  data,
LocaleConstant  localeConstant,
std::string &  value 
)
inlinestatic

Definition at line 1532 of file ObjectMgr.h.

◆ GetLocaleString() [2/2]

static std::string_view ObjectMgr::GetLocaleString ( std::vector< std::string > const &  data,
size_t  locale 
)
inlinestatic

Definition at line 1525 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ GetMailLevelReward()

MailLevelReward const * ObjectMgr::GetMailLevelReward ( uint32  level,
uint32  raceMask 
) const
inline

Definition at line 1270 of file ObjectMgr.h.

◆ GetMapEntranceTrigger()

AreaTriggerTeleport const * ObjectMgr::GetMapEntranceTrigger ( uint32  Map) const

Searches for the areatrigger which teleports players to the given map

Definition at line 7325 of file ObjectMgr.cpp.

◆ GetMapObjectGuids()

CellObjectGuidsMap const * ObjectMgr::GetMapObjectGuids ( uint16  mapid,
uint8  spawnMode 
)

Definition at line 2346 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetModelForTotem()

uint32 ObjectMgr::GetModelForTotem ( SummonSlot  totemSlot,
Races  race 
) const

Definition at line 1825 of file ObjectMgr.cpp.

◆ GetNearestTaxiNode()

uint32 ObjectMgr::GetNearestTaxiNode ( float  x,
float  y,
float  z,
uint32  mapid,
uint32  team 
)

Definition at line 6725 of file ObjectMgr.cpp.

◆ GetNpcTextLocale()

NpcTextLocale const * ObjectMgr::GetNpcTextLocale ( uint32  entry) const
inline

Definition at line 1403 of file ObjectMgr.h.

◆ GetNpcVendorItemList()

VendorItemData const * ObjectMgr::GetNpcVendorItemList ( uint32  entry) const
inline

Definition at line 1480 of file ObjectMgr.h.

◆ GetPageText()

PageText const * ObjectMgr::GetPageText ( uint32  pageEntry)

Definition at line 5987 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetPageTextLocale()

PageTextLocale const * ObjectMgr::GetPageTextLocale ( uint32  entry) const
inline

Definition at line 1409 of file ObjectMgr.h.

◆ GetPetLevelInfo()

PetLevelInfo const * ObjectMgr::GetPetLevelInfo ( uint32  creature_id,
uint8  level 
) const

Definition at line 3846 of file ObjectMgr.cpp.

◆ GetPlayerClassInfo()

PlayerClassInfo const * ObjectMgr::GetPlayerClassInfo ( uint32  class_) const
inline

Definition at line 1004 of file ObjectMgr.h.

◆ GetPlayerClassLevelInfo()

void ObjectMgr::GetPlayerClassLevelInfo ( uint32  class_,
uint8  level,
PlayerClassLevelInfo info 
) const

Definition at line 4531 of file ObjectMgr.cpp.

◆ GetPlayerInfo()

PlayerInfo const * ObjectMgr::GetPlayerInfo ( uint32  race,
uint32  class_ 
) const

Definition at line 10243 of file ObjectMgr.cpp.

◆ GetPlayerLevelInfo()

void ObjectMgr::GetPlayerLevelInfo ( uint32  race,
uint32  class_,
uint8  level,
PlayerLevelInfo info 
) const

Definition at line 4544 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetPointOfInterest()

PointOfInterest const * ObjectMgr::GetPointOfInterest ( uint32  id) const
inline

Definition at line 1102 of file ObjectMgr.h.

◆ GetPointOfInterestLocale()

PointOfInterestLocale const * ObjectMgr::GetPointOfInterestLocale ( uint32  id) const
inline

Definition at line 1421 of file ObjectMgr.h.

◆ GetQuestForAreaTrigger()

uint32 ObjectMgr::GetQuestForAreaTrigger ( uint32  Trigger_ID) const
inline

Definition at line 1038 of file ObjectMgr.h.

◆ GetQuestGreeting()

QuestGreeting const * ObjectMgr::GetQuestGreeting ( ObjectGuid  guid) const

Definition at line 6472 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetQuestGreetingLocale()

QuestGreetingLocale const * ObjectMgr::GetQuestGreetingLocale ( uint32  id) const
inline

Definition at line 1427 of file ObjectMgr.h.

◆ GetQuestLocale()

QuestLocale const * ObjectMgr::GetQuestLocale ( uint32  entry) const
inline

Definition at line 1385 of file ObjectMgr.h.

◆ GetQuestOfferRewardLocale()

QuestOfferRewardLocale const * ObjectMgr::GetQuestOfferRewardLocale ( uint32  entry) const
inline

Definition at line 1391 of file ObjectMgr.h.

◆ GetQuestPOIWrapper()

QuestPOIWrapper const * ObjectMgr::GetQuestPOIWrapper ( uint32  questId) const

Definition at line 10208 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetQuestRelationsFrom()

QuestRelationResult ObjectMgr::GetQuestRelationsFrom ( QuestRelations const &  map,
uint32  key,
bool  onlyActive 
) const
inlineprivate

Definition at line 1635 of file ObjectMgr.h.

◆ GetQuestRequestItemsLocale()

QuestRequestItemsLocale const * ObjectMgr::GetQuestRequestItemsLocale ( uint32  entry) const
inline

Definition at line 1397 of file ObjectMgr.h.

◆ GetQuestTemplate()

Quest const * ObjectMgr::GetQuestTemplate ( uint32  quest_id) const

Definition at line 6829 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetQuestTemplates()

QuestContainer const & ObjectMgr::GetQuestTemplates ( ) const
inline

Definition at line 1036 of file ObjectMgr.h.

◆ GetRepRewardRate()

RepRewardRate const * ObjectMgr::GetRepRewardRate ( uint32  factionId) const
inline

Definition at line 1074 of file ObjectMgr.h.

◆ GetRepSpilloverTemplate()

RepSpilloverTemplate const * ObjectMgr::GetRepSpilloverTemplate ( uint32  factionId) const
inline

Definition at line 1093 of file ObjectMgr.h.

◆ GetReputationOnKilEntry()

ReputationOnKillEntry const * ObjectMgr::GetReputationOnKilEntry ( uint32  id) const
inline

Definition at line 1083 of file ObjectMgr.h.

◆ GetScriptId()

uint32 ObjectMgr::GetScriptId ( std::string const &  name)

Definition at line 9745 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetScriptName()

std::string const & ObjectMgr::GetScriptName ( uint32  id) const

Definition at line 9739 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ GetSpawnData()

SpawnData const * ObjectMgr::GetSpawnData ( SpawnObjectType  type,
ObjectGuid::LowType  spawnId 
) const
inline

Definition at line 1321 of file ObjectMgr.h.

+ Here is the call graph for this function:

◆ GetSpawnGroupData() [1/2]

SpawnGroupTemplateData const * ObjectMgr::GetSpawnGroupData ( SpawnObjectType  type,
ObjectGuid::LowType  spawnId 
) const
inline

Definition at line 1264 of file ObjectMgr.h.

◆ GetSpawnGroupData() [2/2]

SpawnGroupTemplateData const * ObjectMgr::GetSpawnGroupData ( uint32  groupId) const
inline

Definition at line 1263 of file ObjectMgr.h.

◆ GetSpawnGroupsForInstance()

std::vector< InstanceSpawnGroupInfo > const * ObjectMgr::GetSpawnGroupsForInstance ( uint32  instanceId) const
inline

Definition at line 1268 of file ObjectMgr.h.

◆ GetSpawnMetadata()

SpawnMetadata const * ObjectMgr::GetSpawnMetadata ( SpawnObjectType  type,
ObjectGuid::LowType  spawnId 
) const
inline

Definition at line 1313 of file ObjectMgr.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetSpawnMetadataForGroup()

Trinity::IteratorPair< SpawnGroupLinkContainer::const_iterator > ObjectMgr::GetSpawnMetadataForGroup ( uint32  groupId) const
inline

Definition at line 1267 of file ObjectMgr.h.

+ Here is the call graph for this function:

◆ GetSpellClickInfoMapBounds()

Trinity::IteratorPair< SpellClickInfoContainer::const_iterator > ObjectMgr::GetSpellClickInfoMapBounds ( uint32  creature_id) const
inline

Definition at line 1497 of file ObjectMgr.h.

+ Here is the call graph for this function:

◆ GetSpellScriptsBounds()

SpellScriptsBounds ObjectMgr::GetSpellScriptsBounds ( uint32  spellId)

Definition at line 8897 of file ObjectMgr.cpp.

◆ GetSummonGroup()

std::vector< TempSummonData > const * ObjectMgr::GetSummonGroup ( uint32  summonerId,
SummonerType  summonerType,
uint8  group 
) const
inline

Gets temp summon data for all creatures of specified group.

Parameters
summonerIdSummoner's entry.
summonerTypeSummoner's type, see SummonerType for available types.
groupId of required group.
Returns
null if group was not found, otherwise reference to the creature group data

Definition at line 1296 of file ObjectMgr.h.

◆ GetTaxiMountDisplayId()

uint32 ObjectMgr::GetTaxiMountDisplayId ( uint32  id,
uint32  team,
bool  allowed_alt_team = false 
)

Definition at line 6789 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetTaxiPath()

void ObjectMgr::GetTaxiPath ( uint32  source,
uint32  destination,
uint32 path,
uint32 cost 
)

Definition at line 6765 of file ObjectMgr.cpp.

◆ GetTrainer()

Trainer::Trainer const * ObjectMgr::GetTrainer ( uint32  creatureId) const

Definition at line 9548 of file ObjectMgr.cpp.

◆ GetTrinityString() [1/2]

TrinityString const * ObjectMgr::GetTrinityString ( uint32  entry) const
inline

Definition at line 1434 of file ObjectMgr.h.

◆ GetTrinityString() [2/2]

char const * ObjectMgr::GetTrinityString ( uint32  entry,
LocaleConstant  locale 
) const

Definition at line 8815 of file ObjectMgr.cpp.

◆ GetTrinityStringForDBCLocale()

char const * ObjectMgr::GetTrinityStringForDBCLocale ( uint32  entry) const
inline

Definition at line 1442 of file ObjectMgr.h.

◆ GetVehicleAccessoryList()

VehicleAccessoryList const * ObjectMgr::GetVehicleAccessoryList ( Vehicle veh) const

Definition at line 10218 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetVehicleSeatAddon()

VehicleSeatAddon const * ObjectMgr::GetVehicleSeatAddon ( uint32  seatId) const
inline

Definition at line 1554 of file ObjectMgr.h.

◆ GetVehicleTemplate()

VehicleTemplate const * ObjectMgr::GetVehicleTemplate ( Vehicle veh) const

Definition at line 10213 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ GetXPForLevel()

uint32 ObjectMgr::GetXPForLevel ( uint8  level) const

Definition at line 7877 of file ObjectMgr.cpp.

◆ InitializeQueriesData()

void ObjectMgr::InitializeQueriesData ( QueryDataGroup  mask)

Definition at line 10345 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ instance()

ObjectMgr * ObjectMgr::instance ( )
static

Definition at line 234 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsGameObjectForQuests()

bool ObjectMgr::IsGameObjectForQuests ( uint32  entry) const
inline

Definition at line 1051 of file ObjectMgr.h.

◆ IsReservedName()

bool ObjectMgr::IsReservedName ( std::string_view  name) const

Definition at line 8572 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ IsTavernAreaTrigger()

bool ObjectMgr::IsTavernAreaTrigger ( uint32  Trigger_ID) const
inline

Definition at line 1046 of file ObjectMgr.h.

◆ IsTransportMap()

bool ObjectMgr::IsTransportMap ( uint32  mapId) const
inline

Definition at line 1552 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ IsValidCharterName()

bool ObjectMgr::IsValidCharterName ( std::string_view  name)
static

Definition at line 8681 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsVendorItemValid()

bool ObjectMgr::IsVendorItemValid ( uint32  vendor_entry,
uint32  id,
int32  maxcount,
uint32  ptime,
uint32  ExtendedCost,
Player player = nullptr,
std::set< uint32 > *  skip_vendors = nullptr,
uint32  ORnpcflag = 0 
) const

Definition at line 9598 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadAccessRequirements()

void ObjectMgr::LoadAccessRequirements ( )

Definition at line 7198 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadAreaTriggerScripts()

void ObjectMgr::LoadAreaTriggerScripts ( )

Definition at line 6692 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadAreaTriggerTeleports()

void ObjectMgr::LoadAreaTriggerTeleports ( )

Definition at line 7139 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadBroadcastTextLocales()

void ObjectMgr::LoadBroadcastTextLocales ( )

Definition at line 9844 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadBroadcastTexts()

void ObjectMgr::LoadBroadcastTexts ( )

Definition at line 9759 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureAddons()

void ObjectMgr::LoadCreatureAddons ( )

Definition at line 1277 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureClassLevelStats()

void ObjectMgr::LoadCreatureClassLevelStats ( )

Definition at line 9907 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureDefaultTrainers()

void ObjectMgr::LoadCreatureDefaultTrainers ( )

Definition at line 9311 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureLocales()

void ObjectMgr::LoadCreatureLocales ( )

Definition at line 255 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureModelInfo()

void ObjectMgr::LoadCreatureModelInfo ( )

Definition at line 1714 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureMovementOverrides()

void ObjectMgr::LoadCreatureMovementOverrides ( )

Definition at line 1594 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureQuestEnders()

void ObjectMgr::LoadCreatureQuestEnders ( )

Definition at line 8508 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadCreatureQuestItems()

void ObjectMgr::LoadCreatureQuestItems ( )

Definition at line 10300 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureQuestStarters()

void ObjectMgr::LoadCreatureQuestStarters ( )

Definition at line 8494 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadCreatures()

void ObjectMgr::LoadCreatures ( )

Definition at line 2155 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureTemplate()

void ObjectMgr::LoadCreatureTemplate ( Field fields)

Definition at line 520 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadCreatureTemplateAddons()

void ObjectMgr::LoadCreatureTemplateAddons ( )

Definition at line 706 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureTemplateResistances()

void ObjectMgr::LoadCreatureTemplateResistances ( )

Definition at line 616 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadCreatureTemplates()

void ObjectMgr::LoadCreatureTemplates ( )

Definition at line 347 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadCreatureTemplateSpells()

void ObjectMgr::LoadCreatureTemplateSpells ( )

Definition at line 661 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadEquipmentTemplates()

void ObjectMgr::LoadEquipmentTemplates ( )

Definition at line 1517 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadEventScripts()

void ObjectMgr::LoadEventScripts ( )

Definition at line 5735 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadExplorationBaseXP()

void ObjectMgr::LoadExplorationBaseXP ( )

Definition at line 7845 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeAchievements()

void ObjectMgr::LoadFactionChangeAchievements ( )

Definition at line 9974 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeItems()

void ObjectMgr::LoadFactionChangeItems ( )

Definition at line 10009 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeQuests()

void ObjectMgr::LoadFactionChangeQuests ( )

Definition at line 10044 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeReputations()

void ObjectMgr::LoadFactionChangeReputations ( )

Definition at line 10079 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeSpells()

void ObjectMgr::LoadFactionChangeSpells ( )

Definition at line 10114 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFactionChangeTitles()

void ObjectMgr::LoadFactionChangeTitles ( )

Definition at line 10149 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadFishingBaseSkillLevel()

void ObjectMgr::LoadFishingBaseSkillLevel ( )

Definition at line 8828 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectAddons()

void ObjectMgr::LoadGameObjectAddons ( )

Definition at line 1401 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectForQuests()

void ObjectMgr::LoadGameObjectForQuests ( )

Definition at line 8730 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectLocales()

void ObjectMgr::LoadGameObjectLocales ( )

Definition at line 7462 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectOverrides()

void ObjectMgr::LoadGameObjectOverrides ( )

Definition at line 7807 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameobjectQuestEnders()

void ObjectMgr::LoadGameobjectQuestEnders ( )

Definition at line 8480 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadGameObjectQuestItems()

void ObjectMgr::LoadGameObjectQuestItems ( )

Definition at line 10255 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameobjectQuestStarters()

void ObjectMgr::LoadGameobjectQuestStarters ( )

Definition at line 8466 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadGameObjects()

void ObjectMgr::LoadGameObjects ( )

Definition at line 2477 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectTemplate()

void ObjectMgr::LoadGameObjectTemplate ( )

Definition at line 7551 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameObjectTemplateAddons()

void ObjectMgr::LoadGameObjectTemplateAddons ( )

Definition at line 7735 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGameTele()

void ObjectMgr::LoadGameTele ( )

Definition at line 8946 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGossipMenu()

void ObjectMgr::LoadGossipMenu ( )

Definition at line 9436 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGossipMenuItems()

void ObjectMgr::LoadGossipMenuItems ( )

Definition at line 9472 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGossipMenuItemsLocales()

void ObjectMgr::LoadGossipMenuItemsLocales ( )

Definition at line 285 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGossipText()

void ObjectMgr::LoadGossipText ( )

Definition at line 6171 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadGraveyardZones()

void ObjectMgr::LoadGraveyardZones ( )

Definition at line 6835 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadInstanceEncounters()

void ObjectMgr::LoadInstanceEncounters ( )

Definition at line 6076 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadInstanceSpawnGroups()

void ObjectMgr::LoadInstanceSpawnGroups ( )

Definition at line 2779 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadInstanceTemplate()

void ObjectMgr::LoadInstanceTemplate ( )

Definition at line 6026 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadItemLocales()

void ObjectMgr::LoadItemLocales ( )

Definition at line 2893 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadItemSetNameLocales()

void ObjectMgr::LoadItemSetNameLocales ( )

Definition at line 3456 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadItemSetNames()

void ObjectMgr::LoadItemSetNames ( )

Definition at line 3485 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadItemTemplates()

void ObjectMgr::LoadItemTemplates ( )

Definition at line 2923 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadLinkedRespawn()

void ObjectMgr::LoadLinkedRespawn ( )

Definition at line 1833 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadMailLevelRewards()

void ObjectMgr::LoadMailLevelRewards ( )

Definition at line 9104 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadNPCSpellClickSpells()

void ObjectMgr::LoadNPCSpellClickSpells ( )

Definition at line 8341 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadNpcTextLocales()

void ObjectMgr::LoadNpcTextLocales ( )

Definition at line 6253 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPageTextLocales()

void ObjectMgr::LoadPageTextLocales ( )

Definition at line 5996 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPageTexts()

void ObjectMgr::LoadPageTexts ( )

Definition at line 5946 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetLevelInfo()

void ObjectMgr::LoadPetLevelInfo ( )

Definition at line 3756 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetNames()

void ObjectMgr::LoadPetNames ( )

Definition at line 7884 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPetNumber()

void ObjectMgr::LoadPetNumber ( )

Definition at line 7915 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPlayerInfo()

void ObjectMgr::LoadPlayerInfo ( )

Definition at line 3892 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPlayerTotemModels()

void ObjectMgr::LoadPlayerTotemModels ( )

Definition at line 1776 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPointOfInterestLocales()

void ObjectMgr::LoadPointOfInterestLocales ( )

Definition at line 317 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadPointsOfInterest()

void ObjectMgr::LoadPointsOfInterest ( )

Definition at line 8202 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestAreaTriggers()

void ObjectMgr::LoadQuestAreaTriggers ( )

Definition at line 6415 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestGreetingLocales()

void ObjectMgr::LoadQuestGreetingLocales ( )

Definition at line 6553 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestGreetings()

void ObjectMgr::LoadQuestGreetings ( )

Definition at line 6485 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestLocales()

void ObjectMgr::LoadQuestLocales ( )

Definition at line 5389 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestOfferRewardLocale()

void ObjectMgr::LoadQuestOfferRewardLocale ( )

Definition at line 6599 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestPOI()

void ObjectMgr::LoadQuestPOI ( )

Definition at line 8248 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestRelationsHelper()

void ObjectMgr::LoadQuestRelationsHelper ( QuestRelations map,
std::string const &  table 
)
private

Definition at line 8432 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadQuestRequestItemsLocale()

void ObjectMgr::LoadQuestRequestItemsLocale ( )

Definition at line 6627 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuests()

void ObjectMgr::LoadQuests ( )

Definition at line 4635 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadQuestStartersAndEnders()

void ObjectMgr::LoadQuestStartersAndEnders ( )

Definition at line 5377 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadReferenceVendor()

uint32 ObjectMgr::LoadReferenceVendor ( int32  vendor,
int32  item,
std::set< uint32 > *  skip_vendors 
)

Definition at line 9346 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadReputationOnKill()

void ObjectMgr::LoadReputationOnKill ( )

Definition at line 8038 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadReputationRewardRate()

void ObjectMgr::LoadReputationRewardRate ( )

Definition at line 7950 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadReputationSpilloverTemplate()

void ObjectMgr::LoadReputationSpilloverTemplate ( )

Definition at line 8110 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadReservedPlayersNames()

void ObjectMgr::LoadReservedPlayersNames ( )

Definition at line 8533 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadScriptNames()

void ObjectMgr::LoadScriptNames ( )

Definition at line 9676 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadScripts()

void ObjectMgr::LoadScripts ( ScriptsType  type)
private

Definition at line 5425 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadSpawnGroups()

void ObjectMgr::LoadSpawnGroups ( )

Definition at line 2716 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpawnGroupTemplates()

void ObjectMgr::LoadSpawnGroupTemplates ( )

Definition at line 2657 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadSpellScriptNames()

void ObjectMgr::LoadSpellScriptNames ( )

Definition at line 5806 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadTavernAreaTriggers()

void ObjectMgr::LoadTavernAreaTriggers ( )

Definition at line 6655 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadTempSummons()

void ObjectMgr::LoadTempSummons ( )

Definition at line 2067 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadTrainers()

void ObjectMgr::LoadTrainers ( )

Definition at line 9163 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadTrinityStrings()

bool ObjectMgr::LoadTrinityStrings ( )

Definition at line 8783 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadVehicleAccessories()

void ObjectMgr::LoadVehicleAccessories ( )

Definition at line 3657 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadVehicleSeatAddon()

void ObjectMgr::LoadVehicleSeatAddon ( )

Definition at line 3700 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadVehicleTemplate()

void ObjectMgr::LoadVehicleTemplate ( )

Definition at line 3622 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadVehicleTemplateAccessories()

void ObjectMgr::LoadVehicleTemplateAccessories ( )

Definition at line 3567 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadVendors()

void ObjectMgr::LoadVendors ( )

Definition at line 9385 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ LoadWaypointScripts()

void ObjectMgr::LoadWaypointScripts ( )

Definition at line 5778 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ NewOrExistCreatureData()

CreatureData & ObjectMgr::NewOrExistCreatureData ( ObjectGuid::LowType  spawnId)
inline

Definition at line 1344 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ NewOrExistGameObjectData()

GameObjectData & ObjectMgr::NewOrExistGameObjectData ( ObjectGuid::LowType  spawnId)
inline

Definition at line 1365 of file ObjectMgr.h.

+ Here is the caller graph for this function:

◆ OnDeleteSpawnData()

void ObjectMgr::OnDeleteSpawnData ( SpawnData const *  data)

Definition at line 2847 of file ObjectMgr.cpp.

+ Here is the caller graph for this function:

◆ operator=() [1/2]

ObjectMgr & ObjectMgr::operator= ( ObjectMgr &&  )
delete

◆ operator=() [2/2]

ObjectMgr & ObjectMgr::operator= ( ObjectMgr const &  )
delete

◆ PlayerCreateInfoAddItemHelper()

void ObjectMgr::PlayerCreateInfoAddItemHelper ( uint32  race_,
uint32  class_,
uint32  itemId,
int32  count 
)
private

Definition at line 3858 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RemoveCreatureFromGrid()

void ObjectMgr::RemoveCreatureFromGrid ( ObjectGuid::LowType  guid,
CreatureData const *  data 
)

Definition at line 2365 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RemoveGameobjectFromGrid()

void ObjectMgr::RemoveGameobjectFromGrid ( ObjectGuid::LowType  guid,
GameObjectData const *  data 
)

Definition at line 2879 of file ObjectMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RemoveGraveyardLink()

void ObjectMgr::RemoveGraveyardLink ( uint32  id,
uint32  zoneId,
uint32  team,
bool  persist = false 
)

Definition at line 7091 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ RemoveVendorItem()

bool ObjectMgr::RemoveVendorItem ( uint32  entry,
uint32  item,
bool  persist = true 
)

Definition at line 9576 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ ReturnOrDeleteOldMails()

void ObjectMgr::ReturnOrDeleteOldMails ( bool  serverUp)

Definition at line 6290 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ SetCreatureLinkedRespawn()

bool ObjectMgr::SetCreatureLinkedRespawn ( ObjectGuid::LowType  guid,
ObjectGuid::LowType  linkedGuid 
)

Definition at line 2017 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

◆ SetDBCLocaleIndex()

void ObjectMgr::SetDBCLocaleIndex ( LocaleConstant  locale)
inline

Definition at line 1444 of file ObjectMgr.h.

◆ SetHighestGuids()

void ObjectMgr::SetHighestGuids ( )

Definition at line 7339 of file ObjectMgr.cpp.

◆ ValidateSpellScripts()

void ObjectMgr::ValidateSpellScripts ( )

Definition at line 5876 of file ObjectMgr.cpp.

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ PlayerDumpReader

friend class PlayerDumpReader
friend

Definition at line 931 of file ObjectMgr.h.

◆ UnitTestDataLoader

friend class UnitTestDataLoader
friend

Definition at line 932 of file ObjectMgr.h.

Member Data Documentation

◆ _accessRequirementStore

AccessRequirementContainer ObjectMgr::_accessRequirementStore
private

Definition at line 1591 of file ObjectMgr.h.

◆ _areaTriggerScriptStore

AreaTriggerScriptContainer ObjectMgr::_areaTriggerScriptStore
private

Definition at line 1590 of file ObjectMgr.h.

◆ _areaTriggerStore

AreaTriggerContainer ObjectMgr::_areaTriggerStore
private

Definition at line 1589 of file ObjectMgr.h.

◆ _auctionId

uint32 ObjectMgr::_auctionId
private

Definition at line 1565 of file ObjectMgr.h.

◆ _baseXPTable

BaseXPContainer ObjectMgr::_baseXPTable
private

Definition at line 1655 of file ObjectMgr.h.

◆ _broadcastTextStore

BroadcastTextContainer ObjectMgr::_broadcastTextStore
private

Definition at line 1691 of file ObjectMgr.h.

◆ _cacheVendorItemStore

CacheVendorItemContainer ObjectMgr::_cacheVendorItemStore
private

Definition at line 1707 of file ObjectMgr.h.

◆ _classTrainers

std::unordered_map<uint8, std::vector<Trainer::Trainer const*> > ObjectMgr::_classTrainers
private

Definition at line 1709 of file ObjectMgr.h.

◆ _creatureAddonStore

CreatureAddonContainer ObjectMgr::_creatureAddonStore
private

Definition at line 1671 of file ObjectMgr.h.

◆ _creatureBaseStatsStore

CreatureBaseStatsContainer ObjectMgr::_creatureBaseStatsStore
private

Definition at line 1640 of file ObjectMgr.h.

◆ _creatureDataStore

CreatureDataContainer ObjectMgr::_creatureDataStore
private

Definition at line 1668 of file ObjectMgr.h.

◆ _creatureDefaultTrainers

std::unordered_map<uint32, Trainer::Trainer const*> ObjectMgr::_creatureDefaultTrainers
private

Definition at line 1710 of file ObjectMgr.h.

◆ _creatureLocaleStore

CreatureLocaleContainer ObjectMgr::_creatureLocaleStore
private

Definition at line 1679 of file ObjectMgr.h.

◆ _creatureModelStore

CreatureModelContainer ObjectMgr::_creatureModelStore
private

Definition at line 1670 of file ObjectMgr.h.

◆ _creatureMovementOverrides

std::unordered_map<ObjectGuid::LowType, CreatureMovementData> ObjectMgr::_creatureMovementOverrides
private

Definition at line 1673 of file ObjectMgr.h.

◆ _creatureQuestInvolvedRelations

QuestRelations ObjectMgr::_creatureQuestInvolvedRelations
private

Definition at line 1607 of file ObjectMgr.h.

◆ _creatureQuestItemStore

CreatureQuestItemMap ObjectMgr::_creatureQuestItemStore
private

Definition at line 1676 of file ObjectMgr.h.

◆ _creatureQuestRelations

QuestRelations ObjectMgr::_creatureQuestRelations
private

Definition at line 1606 of file ObjectMgr.h.

◆ _creatureSpawnId

ObjectGuid::LowType ObjectMgr::_creatureSpawnId
private

Definition at line 1570 of file ObjectMgr.h.

◆ _creatureTemplateAddonStore

CreatureTemplateAddonContainer ObjectMgr::_creatureTemplateAddonStore
private

Definition at line 1672 of file ObjectMgr.h.

◆ _creatureTemplateStore

CreatureTemplateContainer ObjectMgr::_creatureTemplateStore
private

Definition at line 1669 of file ObjectMgr.h.

◆ _difficultyEntries

std::set<uint32> ObjectMgr::_difficultyEntries[MAX_DIFFICULTY - 1]
private

Definition at line 1712 of file ObjectMgr.h.

◆ _dungeonEncounterStore

DungeonEncounterContainer ObjectMgr::_dungeonEncounterStore
private

Definition at line 1592 of file ObjectMgr.h.

◆ _equipmentInfoStore

EquipmentInfoContainer ObjectMgr::_equipmentInfoStore
private

Definition at line 1677 of file ObjectMgr.h.

◆ _equipmentSetGuid

uint64 ObjectMgr::_equipmentSetGuid
private

Definition at line 1566 of file ObjectMgr.h.

◆ _exclusiveQuestGroups

ExclusiveQuestGroups ObjectMgr::_exclusiveQuestGroups
private

Definition at line 1609 of file ObjectMgr.h.

◆ _fishingBaseForAreaStore

FishingBaseSkillContainer ObjectMgr::_fishingBaseForAreaStore
private

Definition at line 1658 of file ObjectMgr.h.

◆ _gameObjectAddonStore

GameObjectAddonContainer ObjectMgr::_gameObjectAddonStore
private

Definition at line 1674 of file ObjectMgr.h.

◆ _gameObjectDataStore

GameObjectDataContainer ObjectMgr::_gameObjectDataStore
private

Definition at line 1680 of file ObjectMgr.h.

◆ _gameObjectForQuestStore

GameObjectForQuestContainer ObjectMgr::_gameObjectForQuestStore
private

Definition at line 1586 of file ObjectMgr.h.

◆ _gameObjectLocaleStore

GameObjectLocaleContainer ObjectMgr::_gameObjectLocaleStore
private

Definition at line 1681 of file ObjectMgr.h.

◆ _gameObjectOverrideStore

GameObjectOverrideContainer ObjectMgr::_gameObjectOverrideStore
private

Definition at line 1684 of file ObjectMgr.h.

◆ _gameObjectQuestItemStore

GameObjectQuestItemMap ObjectMgr::_gameObjectQuestItemStore
private

Definition at line 1675 of file ObjectMgr.h.

◆ _gameObjectSpawnId

ObjectGuid::LowType ObjectMgr::_gameObjectSpawnId
private

Definition at line 1571 of file ObjectMgr.h.

◆ _gameObjectTemplateAddonStore

GameObjectTemplateAddonContainer ObjectMgr::_gameObjectTemplateAddonStore
private

Definition at line 1683 of file ObjectMgr.h.

◆ _gameObjectTemplateStore

GameObjectTemplateContainer ObjectMgr::_gameObjectTemplateStore
private

Definition at line 1682 of file ObjectMgr.h.

◆ _gameTeleStore

GameTeleContainer ObjectMgr::_gameTeleStore
private

Definition at line 1615 of file ObjectMgr.h.

◆ _goQuestInvolvedRelations

QuestRelations ObjectMgr::_goQuestInvolvedRelations
private

Definition at line 1605 of file ObjectMgr.h.

◆ _goQuestRelations

QuestRelations ObjectMgr::_goQuestRelations
private

Definition at line 1604 of file ObjectMgr.h.

◆ _gossipMenuItemsLocaleStore

GossipMenuItemsLocaleContainer ObjectMgr::_gossipMenuItemsLocaleStore
private

Definition at line 1701 of file ObjectMgr.h.

◆ _gossipMenuItemsStore

GossipMenuItemsContainer ObjectMgr::_gossipMenuItemsStore
private

Definition at line 1599 of file ObjectMgr.h.

◆ _gossipMenusStore

GossipMenusContainer ObjectMgr::_gossipMenusStore
private

Definition at line 1598 of file ObjectMgr.h.

◆ _gossipTextStore

GossipTextContainer ObjectMgr::_gossipTextStore
private

Definition at line 1587 of file ObjectMgr.h.

◆ _guidGenerators

std::map<HighGuid, std::unique_ptr<ObjectGuidGenerator> > ObjectMgr::_guidGenerators
private

Definition at line 1576 of file ObjectMgr.h.

◆ _hasDifficultyEntries

std::set<uint32> ObjectMgr::_hasDifficultyEntries[MAX_DIFFICULTY - 1]
private

Definition at line 1713 of file ObjectMgr.h.

◆ _hiPetNumber

std::atomic<uint32> ObjectMgr::_hiPetNumber
private

Definition at line 1568 of file ObjectMgr.h.

◆ _instanceSpawnGroupStore

InstanceSpawnGroupContainer ObjectMgr::_instanceSpawnGroupStore
private

Definition at line 1687 of file ObjectMgr.h.

◆ _instanceTemplateStore

InstanceTemplateContainer ObjectMgr::_instanceTemplateStore
private

Definition at line 1630 of file ObjectMgr.h.

◆ _itemLocaleStore

ItemLocaleContainer ObjectMgr::_itemLocaleStore
private

Definition at line 1693 of file ObjectMgr.h.

◆ _itemSetNameLocaleStore

ItemSetNameLocaleContainer ObjectMgr::_itemSetNameLocaleStore
private

Definition at line 1694 of file ObjectMgr.h.

◆ _itemSetNameStore

ItemSetNameContainer ObjectMgr::_itemSetNameStore
private

Definition at line 1665 of file ObjectMgr.h.

◆ _itemTemplateStore

ItemTemplateContainer ObjectMgr::_itemTemplateStore
private

Definition at line 1692 of file ObjectMgr.h.

◆ _linkedRespawnStore

LinkedRespawnContainer ObjectMgr::_linkedRespawnStore
private

Definition at line 1678 of file ObjectMgr.h.

◆ _mailId

std::atomic<uint32> ObjectMgr::_mailId
private

Definition at line 1567 of file ObjectMgr.h.

◆ _mailLevelRewardStore

MailLevelRewardContainer ObjectMgr::_mailLevelRewardStore
private

Definition at line 1638 of file ObjectMgr.h.

◆ _mapObjectGuidsStore

MapObjectGuids ObjectMgr::_mapObjectGuidsStore
private

Definition at line 1667 of file ObjectMgr.h.

◆ _npcTextLocaleStore

NpcTextLocaleContainer ObjectMgr::_npcTextLocaleStore
private

Definition at line 1699 of file ObjectMgr.h.

◆ _pageTextLocaleStore

PageTextLocaleContainer ObjectMgr::_pageTextLocaleStore
private

Definition at line 1700 of file ObjectMgr.h.

◆ _pageTextStore

PageTextContainer ObjectMgr::_pageTextStore
private

Definition at line 1629 of file ObjectMgr.h.

◆ _petHalfName0

HalfNameContainer ObjectMgr::_petHalfName0
private

Definition at line 1661 of file ObjectMgr.h.

◆ _petHalfName1

HalfNameContainer ObjectMgr::_petHalfName1
private

Definition at line 1662 of file ObjectMgr.h.

◆ _petInfoStore

PetLevelInfoContainer ObjectMgr::_petInfoStore
private

Definition at line 1643 of file ObjectMgr.h.

◆ _playerClassInfo

std::unique_ptr<PlayerClassInfo> ObjectMgr::_playerClassInfo[MAX_CLASSES]
private

Definition at line 1645 of file ObjectMgr.h.

◆ _playerInfo

std::unique_ptr<PlayerInfo> ObjectMgr::_playerInfo[MAX_RACES][MAX_CLASSES]
private

Definition at line 1649 of file ObjectMgr.h.

◆ _playerTotemModel

PlayerTotemModelMap ObjectMgr::_playerTotemModel
private

Definition at line 1717 of file ObjectMgr.h.

◆ _playerXPperLevel

PlayerXPperLevel ObjectMgr::_playerXPperLevel
private

Definition at line 1652 of file ObjectMgr.h.

◆ _pointOfInterestLocaleStore

PointOfInterestLocaleContainer ObjectMgr::_pointOfInterestLocaleStore
private

Definition at line 1702 of file ObjectMgr.h.

◆ _pointsOfInterestStore

PointOfInterestContainer ObjectMgr::_pointsOfInterestStore
private

Definition at line 1600 of file ObjectMgr.h.

◆ _questAreaTriggerStore

QuestAreaTriggerContainer ObjectMgr::_questAreaTriggerStore
private

Definition at line 1584 of file ObjectMgr.h.

◆ _questGreetingLocaleStore

QuestGreetingLocaleContainer ObjectMgr::_questGreetingLocaleStore
private

Definition at line 1703 of file ObjectMgr.h.

◆ _questGreetingStore

QuestGreetingContainer ObjectMgr::_questGreetingStore
private

Definition at line 1588 of file ObjectMgr.h.

◆ _questLocaleStore

QuestLocaleContainer ObjectMgr::_questLocaleStore
private

Definition at line 1695 of file ObjectMgr.h.

◆ _questOfferRewardLocaleStore

QuestOfferRewardLocaleContainer ObjectMgr::_questOfferRewardLocaleStore
private

Definition at line 1696 of file ObjectMgr.h.

◆ _questPOIStore

QuestPOIContainer ObjectMgr::_questPOIStore
private

Definition at line 1602 of file ObjectMgr.h.

◆ _questRequestItemsLocaleStore

QuestRequestItemsLocaleContainer ObjectMgr::_questRequestItemsLocaleStore
private

Definition at line 1697 of file ObjectMgr.h.

◆ _questTemplates

QuestContainer ObjectMgr::_questTemplates
private

Definition at line 1577 of file ObjectMgr.h.

◆ _repOnKillStore

RepOnKillContainer ObjectMgr::_repOnKillStore
private

Definition at line 1595 of file ObjectMgr.h.

◆ _repRewardRateStore

RepRewardRateContainer ObjectMgr::_repRewardRateStore
private

Definition at line 1594 of file ObjectMgr.h.

◆ _repSpilloverTemplateStore

RepSpilloverTemplateContainer ObjectMgr::_repSpilloverTemplateStore
private

Definition at line 1596 of file ObjectMgr.h.

◆ _reservedNamesStore

ReservedNamesContainer ObjectMgr::_reservedNamesStore
private

Definition at line 1613 of file ObjectMgr.h.

◆ _scriptNamesStore

ScriptNameContainer ObjectMgr::_scriptNamesStore
private

Definition at line 1617 of file ObjectMgr.h.

◆ _spawnGroupDataStore

SpawnGroupDataContainer ObjectMgr::_spawnGroupDataStore
private

Definition at line 1685 of file ObjectMgr.h.

◆ _spawnGroupMapStore

SpawnGroupLinkContainer ObjectMgr::_spawnGroupMapStore
private

Definition at line 1686 of file ObjectMgr.h.

◆ _spellClickInfoStore

SpellClickInfoContainer ObjectMgr::_spellClickInfoStore
private

Definition at line 1619 of file ObjectMgr.h.

◆ _spellScriptsStore

SpellScriptsContainer ObjectMgr::_spellScriptsStore
private

Definition at line 1621 of file ObjectMgr.h.

◆ _tavernAreaTriggerStore

TavernAreaTriggerContainer ObjectMgr::_tavernAreaTriggerStore
private

Definition at line 1585 of file ObjectMgr.h.

◆ _tempSummonDataStore

TempSummonDataContainer ObjectMgr::_tempSummonDataStore
private

Stores temp summon data grouped by summoner's entry, summoner's type and group id.

Definition at line 1689 of file ObjectMgr.h.

◆ _trainers

std::unordered_map<uint32, Trainer::Trainer> ObjectMgr::_trainers
private

Definition at line 1708 of file ObjectMgr.h.

◆ _transportMaps

std::set<uint32> ObjectMgr::_transportMaps
private

Definition at line 1715 of file ObjectMgr.h.

◆ _trinityStringStore

TrinityStringContainer ObjectMgr::_trinityStringStore
private

Definition at line 1705 of file ObjectMgr.h.

◆ _vehicleAccessoryStore

VehicleAccessoryContainer ObjectMgr::_vehicleAccessoryStore
private

Definition at line 1625 of file ObjectMgr.h.

◆ _vehicleSeatAddonStore

VehicleSeatAddonContainer ObjectMgr::_vehicleSeatAddonStore
private

Definition at line 1718 of file ObjectMgr.h.

◆ _vehicleTemplateAccessoryStore

VehicleAccessoryTemplateContainer ObjectMgr::_vehicleTemplateAccessoryStore
private

Definition at line 1624 of file ObjectMgr.h.

◆ _vehicleTemplateStore

std::unordered_map<uint32, VehicleTemplate> ObjectMgr::_vehicleTemplateStore
private

Definition at line 1623 of file ObjectMgr.h.

◆ DBCLocaleIndex

LocaleConstant ObjectMgr::DBCLocaleIndex
private

Definition at line 1627 of file ObjectMgr.h.

◆ FactionChangeAchievements

CharacterConversionMap ObjectMgr::FactionChangeAchievements

Definition at line 1538 of file ObjectMgr.h.

◆ FactionChangeItems

CharacterConversionMap ObjectMgr::FactionChangeItems

Definition at line 1539 of file ObjectMgr.h.

◆ FactionChangeQuests

CharacterConversionMap ObjectMgr::FactionChangeQuests

Definition at line 1540 of file ObjectMgr.h.

◆ FactionChangeReputation

CharacterConversionMap ObjectMgr::FactionChangeReputation

Definition at line 1541 of file ObjectMgr.h.

◆ FactionChangeSpells

CharacterConversionMap ObjectMgr::FactionChangeSpells

Definition at line 1542 of file ObjectMgr.h.

◆ FactionChangeTitles

CharacterConversionMap ObjectMgr::FactionChangeTitles

Definition at line 1543 of file ObjectMgr.h.

◆ GraveyardStore

GraveyardContainer ObjectMgr::GraveyardStore

Definition at line 1522 of file ObjectMgr.h.


The documentation for this class was generated from the following files: