TrinityCore
AreaTriggerDataStore Class Reference

#include <AreaTriggerDataStore.h>

Public Member Functions

void LoadAreaTriggerTemplates ()
 
void LoadAreaTriggerSpawns ()
 
std::set< ObjectGuid::LowType > const * GetAreaTriggersForMapAndCell (uint32 mapId, Difficulty difficulty, uint32 cellId) const
 
AreaTriggerSpawn const * GetAreaTriggerSpawn (ObjectGuid::LowType spawnId) const
 
AreaTriggerTemplate const * GetAreaTriggerTemplate (AreaTriggerId const &areaTriggerId) const
 
AreaTriggerCreateProperties const * GetAreaTriggerCreateProperties (AreaTriggerCreatePropertiesId const &areaTriggerCreatePropertiesId) const
 

Static Public Member Functions

static AreaTriggerDataStoreInstance ()
 

Detailed Description

Definition at line 33 of file AreaTriggerDataStore.h.

Member Function Documentation

◆ GetAreaTriggerCreateProperties()

AreaTriggerCreateProperties const * AreaTriggerDataStore::GetAreaTriggerCreateProperties ( AreaTriggerCreatePropertiesId const &  areaTriggerCreatePropertiesId) const

Definition at line 426 of file AreaTriggerDataStore.cpp.

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

◆ GetAreaTriggersForMapAndCell()

std::set< ObjectGuid::LowType > const * AreaTriggerDataStore::GetAreaTriggersForMapAndCell ( uint32  mapId,
Difficulty  difficulty,
uint32  cellId 
) const

Definition at line 431 of file AreaTriggerDataStore.cpp.

+ Here is the call graph for this function:

◆ GetAreaTriggerSpawn()

AreaTriggerSpawn const * AreaTriggerDataStore::GetAreaTriggerSpawn ( ObjectGuid::LowType  spawnId) const

Definition at line 439 of file AreaTriggerDataStore.cpp.

+ Here is the call graph for this function:

◆ GetAreaTriggerTemplate()

AreaTriggerTemplate const * AreaTriggerDataStore::GetAreaTriggerTemplate ( AreaTriggerId const &  areaTriggerId) const

Definition at line 421 of file AreaTriggerDataStore.cpp.

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

◆ Instance()

AreaTriggerDataStore * AreaTriggerDataStore::Instance ( )
static

Definition at line 444 of file AreaTriggerDataStore.cpp.

◆ LoadAreaTriggerSpawns()

void AreaTriggerDataStore::LoadAreaTriggerSpawns ( )

Definition at line 312 of file AreaTriggerDataStore.cpp.

+ Here is the call graph for this function:

◆ LoadAreaTriggerTemplates()

void AreaTriggerDataStore::LoadAreaTriggerTemplates ( )

Definition at line 54 of file AreaTriggerDataStore.cpp.

+ Here is the call graph for this function:

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