![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Cell.h"
#include "DBCStructure.h"
#include "DataMap.h"
#include "Define.h"
#include "DynamicTree.h"
#include "GameObjectModel.h"
#include "GridDefines.h"
#include "GridRefMgr.h"
#include "MapGridManager.h"
#include "MapRefMgr.h"
#include "ObjectDefines.h"
#include "ObjectGuid.h"
#include "PathGenerator.h"
#include "Position.h"
#include "SharedDefines.h"
#include "TaskScheduler.h"
#include "GridTerrainData.h"
#include <bitset>
#include <list>
#include <memory>
#include <shared_mutex>
Go to the source code of this file.
Classes | |
struct | ScriptAction |
struct | PositionFullTerrainStatus |
struct | InstanceTemplate |
struct | ZoneDynamicInfo |
class | Map |
class | InstanceMap |
class | BattlegroundMap |
Namespaces | |
namespace | VMAP |
namespace | Acore |
Macros | |
#define | DEFAULT_HEIGHT_SEARCH 50.0f |
#define | MIN_UNLOAD_DELAY 1 |
Typedefs | |
typedef std::map< uint32, CreatureGroup * > | CreatureGroupHolderType |
typedef std::unordered_map< uint32, ZoneDynamicInfo > | ZoneDynamicInfoMap |
typedef std::set< MotionTransport * > | TransportsContainer |
Enumerations | |
enum | LineOfSightChecks { LINEOFSIGHT_CHECK_VMAP = 0x1 , LINEOFSIGHT_CHECK_GOBJECT_WMO = 0x2 , LINEOFSIGHT_CHECK_GOBJECT_M2 = 0x4 , LINEOFSIGHT_CHECK_GOBJECT_ALL = LINEOFSIGHT_CHECK_GOBJECT_WMO | LINEOFSIGHT_CHECK_GOBJECT_M2 , LINEOFSIGHT_ALL_CHECKS = LINEOFSIGHT_CHECK_VMAP | LINEOFSIGHT_CHECK_GOBJECT_ALL } |
enum | LevelRequirementVsMode { LEVELREQUIREMENT_HEROIC = 70 } |
enum | EncounterCreditType : uint8 { ENCOUNTER_CREDIT_KILL_CREATURE = 0 , ENCOUNTER_CREDIT_CAST_SPELL = 1 } |
enum | InstanceResetMethod { INSTANCE_RESET_ALL , INSTANCE_RESET_CHANGE_DIFFICULTY , INSTANCE_RESET_GLOBAL , INSTANCE_RESET_GROUP_JOIN , INSTANCE_RESET_GROUP_LEAVE } |
#define DEFAULT_HEIGHT_SEARCH 50.0f |
#define MIN_UNLOAD_DELAY 1 |
typedef std::map<uint32, CreatureGroup*> CreatureGroupHolderType |
typedef std::set<MotionTransport*> TransportsContainer |
typedef std::unordered_map<uint32 , ZoneDynamicInfo> ZoneDynamicInfoMap |
enum EncounterCreditType : uint8 |
Enumerator | |
---|---|
ENCOUNTER_CREDIT_KILL_CREATURE | |
ENCOUNTER_CREDIT_CAST_SPELL |
enum InstanceResetMethod |
Enumerator | |
---|---|
LEVELREQUIREMENT_HEROIC |
enum LineOfSightChecks |