TrinityCore
Loading...
Searching...
No Matches
instance_the_eye.cpp File Reference
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "the_eye.h"
+ Include dependency graph for instance_the_eye.cpp:

Go to the source code of this file.

Classes

class  instance_the_eye
 
struct  instance_the_eye::instance_the_eye_InstanceMapScript
 

Functions

void AddSC_instance_the_eye ()
 

Variables

static constexpr DoorData doorData []
 
static constexpr ObjectData creatureData []
 
static constexpr ObjectData gameObjectData []
 
static constexpr DungeonEncounterData encounters []
 

Function Documentation

◆ AddSC_instance_the_eye()

void AddSC_instance_the_eye ( )

Definition at line 85 of file instance_the_eye.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ creatureData

constexpr ObjectData creatureData[]
staticconstexpr
Initial value:
=
{
}
@ NPC_TELONICUS
Definition the_eye.h:55
@ NPC_KAELTHAS
Definition the_eye.h:52
@ NPC_CAPERNIAN
Definition the_eye.h:54
@ NPC_SOLARIAN
Definition the_eye.h:51
@ NPC_THALADRED
Definition the_eye.h:56
@ NPC_VOID_REAVER
Definition the_eye.h:50
@ NPC_ALAR
Definition the_eye.h:49
@ NPC_SANGUINAR
Definition the_eye.h:53
@ DATA_ALAR
Definition the_eye.h:31
@ DATA_SANGUINAR
Definition the_eye.h:38
@ DATA_TELONICUS
Definition the_eye.h:39
@ DATA_KAELTHAS
Definition the_eye.h:34
@ DATA_SOLARIAN
Definition the_eye.h:33
@ DATA_CAPERNIAN
Definition the_eye.h:37
@ DATA_THALADRED
Definition the_eye.h:40
@ DATA_VOID_REAVER
Definition the_eye.h:32

Definition at line 35 of file instance_the_eye.cpp.

◆ doorData

constexpr DoorData doorData[]
staticconstexpr

◆ encounters

constexpr DungeonEncounterData encounters[]
staticconstexpr
Initial value:
=
{
{ DATA_KAELTHAS, {{ 733 }} },
{ DATA_ALAR, {{ 730 }} },
{ DATA_SOLARIAN, {{ 732 }} },
{ DATA_VOID_REAVER, {{ 731 }} }
}

Definition at line 54 of file instance_the_eye.cpp.

◆ gameObjectData

constexpr ObjectData gameObjectData[]
staticconstexpr
Initial value:
=
{
}
@ GO_TEMPEST_BRIDDGE_WINDOW
Definition the_eye.h:61
@ GO_KAEL_STATUE_LEFT
Definition the_eye.h:63
@ GO_KAEL_STATUE_RIGHT
Definition the_eye.h:62
@ DATA_KAEL_STATUE_RIGHT
Definition the_eye.h:43
@ DATA_TEMPEST_BRIDGE_WINDOW
Definition the_eye.h:44
@ DATA_KAEL_STATUE_LEFT
Definition the_eye.h:42

Definition at line 47 of file instance_the_eye.cpp.