![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "AreaBoundary.h"#include "Creature.h"#include "CreatureAI.h"#include "EventMap.h"#include "GameObject.h"#include "InstanceScript.h"#include "Log.h"#include "Map.h"#include "MotionMaster.h"#include "Player.h"#include "stratholme.h"#include "Pet.h"
Include dependency graph for instance_stratholme.cpp:Go to the source code of this file.
Classes | |
| struct | GateTrapData |
| class | instance_stratholme |
| struct | instance_stratholme::instance_stratholme_InstanceMapScript |
Enumerations | |
| enum | InstanceEvents { EVENT_BARON_RUN = 1 , EVENT_SLAUGHTER_SQUARE = 2 , EVENT_RAT_TRAP_CLOSE = 3 } |
| enum | StratholmeMisc { SAY_YSIDA_SAVED = 0 } |
| enum | SpawnGroups { SPAWN_GROUP_STR_TIMMY = 327 } |
| enum class | StratholmeGateTrapType : uint8 { ScaletSide = 0 , UndeadSide = 1 } |
Functions | |
| void | AddSC_instance_stratholme () |
Variables | |
| EllipseBoundary const | beforeScarletGate (Position(3671.158f, -3181.79f), 60.0f, 40.0f) |
| Position const | GateTrapPos [] |
| enum InstanceEvents |
| Enumerator | |
|---|---|
| EVENT_BARON_RUN | |
| EVENT_SLAUGHTER_SQUARE | |
| EVENT_RAT_TRAP_CLOSE | |
Definition at line 39 of file instance_stratholme.cpp.
| enum SpawnGroups |
| Enumerator | |
|---|---|
| SPAWN_GROUP_STR_TIMMY | |
Definition at line 51 of file instance_stratholme.cpp.
|
strong |
| Enumerator | |
|---|---|
| ScaletSide | |
| UndeadSide | |
Definition at line 58 of file instance_stratholme.cpp.
| enum StratholmeMisc |
| Enumerator | |
|---|---|
| SAY_YSIDA_SAVED | |
Definition at line 46 of file instance_stratholme.cpp.
| void AddSC_instance_stratholme | ( | ) |
| EllipseBoundary const beforeScarletGate(Position(3671.158f, -3181.79f), 60.0f, 40.0f) | ( | Position(3671.158f, -3181.79f) | , |
| 60. | 0f, | ||
| 40. | 0f | ||
| ) |
| Position const GateTrapPos[] |
Definition at line 64 of file instance_stratholme.cpp.