![]() |
TrinityCore
|
#include "isle_of_conquest.h"#include "ScriptMgr.h"#include "Battleground.h"#include "GameObject.h"#include "GameObjectAI.h"#include "ObjectAccessor.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "Spell.h"#include "SpellInfo.h"#include "SpellScript.h"#include "Vehicle.h"#include "WorldStateMgr.h"
Include dependency graph for isle_of_conquest.cpp:Go to the source code of this file.
Classes | |
| struct | npc_four_car_garage |
| struct | npc_ioc_gunship_captain |
| struct | npc_ioc_siege_engine |
| struct | go_ioc_capturable_object |
| struct | go_ioc_contested_object |
| class | spell_ioc_damaged |
| class | spell_ioc_gunship_portal |
| class | spell_ioc_parachute_ic |
| class | StartLaunchEvent |
| class | spell_ioc_launch |
| class | spell_ioc_launch_exit_vehicle |
| class | spell_ioc_seaforium_blast_credit |
| class | at_ioc_exploit |
| class | at_ioc_backdoor_job |
Enumerations | |
| enum | Events { EVENT_TALK = 1 , EVENT_DESPAWN } |
| enum | Texts { SAY_ONBOARD = 0 } |
| enum | SeaforiumBombSpells { SPELL_SEAFORIUM_BLAST = 66676 , SPELL_HUGE_SEAFORIUM_BLAST = 66672 , SPELL_A_BOMB_INABLE_CREDIT = 68366 , SPELL_A_BOMB_INATION_CREDIT = 68367 } |
Functions | |
| void | AddSC_isle_of_conquest () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_TALK | |
| EVENT_DESPAWN | |
Definition at line 71 of file isle_of_conquest.cpp.
| enum SeaforiumBombSpells |
| Enumerator | |
|---|---|
| SPELL_SEAFORIUM_BLAST | |
| SPELL_HUGE_SEAFORIUM_BLAST | |
| SPELL_A_BOMB_INABLE_CREDIT | |
| SPELL_A_BOMB_INATION_CREDIT | |
Definition at line 300 of file isle_of_conquest.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_ONBOARD | |
Definition at line 77 of file isle_of_conquest.cpp.
| void AddSC_isle_of_conquest | ( | ) |