![]() |
TrinityCore
|
Inheritance diagram for instance_icecrown_citadel::instance_icecrown_citadel_InstanceMapScript:Public Member Functions | |
| instance_icecrown_citadel_InstanceMapScript (InstanceMap *map) | |
| void | SetTeleporterState (GameObject *go, bool usable) |
| void | FillInitialWorldStates (WorldPackets::WorldState::InitWorldStates &packet) override |
| void | OnPlayerEnter (Player *player) override |
| void | OnPlayerLeave (Player *player) override |
| void | OnCreatureCreate (Creature *creature) override |
| void | OnCreatureRemove (Creature *creature) override |
| uint32 | GetCreatureEntry (ObjectGuid::LowType, CreatureData const *data) override |
| uint32 | GetGameObjectEntry (ObjectGuid::LowType, uint32 entry) override |
| void | OnUnitDeath (Unit *unit) override |
| void | OnGameObjectCreate (GameObject *go) override |
| void | OnGameObjectRemove (GameObject *go) override |
| uint32 | GetData (uint32 type) const override |
| ObjectGuid | GetGuidData (uint32 type) const override |
| void | HandleHeroicAttempts () |
| bool | SetBossState (uint32 type, EncounterState state) override |
| void | SpawnGunship () |
| void | SetData (uint32 type, uint32 data) override |
| void | SetData64 (uint32 type, uint64 data) override |
| bool | CheckAchievementCriteriaMeet (uint32 criteria_id, Player const *, Unit const *, uint32) override |
| bool | CheckRequiredBosses (uint32 bossId, Player const *player=nullptr) const override |
| bool | CheckPlagueworks (uint32 bossId) const |
| bool | CheckCrimsonHalls (uint32 bossId) const |
| bool | CheckFrostwingHalls (uint32 bossId) const |
| bool | CheckLowerSpire (uint32 bossId) const |
| void | CheckLichKingAvailability () |
| void | WriteSaveDataMore (std::ostringstream &data) override |
| void | ReadSaveDataMore (std::istringstream &data) override |
| void | Update (uint32 diff) override |
| void | ProcessEvent (WorldObject *source, uint32 eventId) override |
Public Member Functions inherited from InstanceScript | |
| InstanceScript (InstanceMap *map) | |
| virtual | ~InstanceScript () |
| virtual void | Create () |
| virtual void | Load (char const *data) |
| virtual std::string | GetSaveData () |
| void | SaveToDB () |
| virtual bool | IsEncounterInProgress () const |
| ObjectGuid | GetObjectGuid (uint32 type) const |
| Creature * | GetCreature (uint32 type) |
| GameObject * | GetGameObject (uint32 type) |
| void | HandleGameObject (ObjectGuid guid, bool open, GameObject *go=nullptr) |
| void | DoUseDoorOrButton (ObjectGuid guid, uint32 withRestoreTime=0, bool useAlternativeState=false) |
| void | DoCloseDoorOrButton (ObjectGuid guid) |
| void | DoRespawnGameObject (ObjectGuid guid, Seconds timeToDespawn=1min) |
| void | DoUpdateWorldState (uint32 worldstateId, uint32 worldstateValue) |
| void | DoSendNotifyToInstance (char const *format,...) |
| void | DoUpdateAchievementCriteria (AchievementCriteriaTypes type, uint32 miscValue1=0, uint32 miscValue2=0, Unit *unit=nullptr) |
| void | DoStartTimedAchievement (AchievementCriteriaTimedTypes type, uint32 entry) |
| void | DoStopTimedAchievement (AchievementCriteriaTimedTypes type, uint32 entry) |
| void | DoRemoveAurasDueToSpellOnPlayers (uint32 spell, bool includePets=false, bool includeControlled=false) |
| void | DoRemoveAurasDueToSpellOnPlayer (Player *player, uint32 spell, bool includePets=false, bool includeControlled=false) |
| void | DoCastSpellOnPlayers (uint32 spell, bool includePets=false, bool includeControlled=false) |
| void | DoCastSpellOnPlayer (Player *player, uint32 spell, bool includePets=false, bool includeControlled=false) |
| EncounterState | GetBossState (uint32 id) const |
| CreatureBoundary const * | GetBossBoundary (uint32 id) const |
| void | UpdateEncounterStateForKilledCreature (uint32 creatureId, Unit *source) |
| void | UpdateEncounterStateForSpellCast (uint32 spellId, Unit *source) |
| void | SetCompletedEncountersMask (uint32 newMask) |
| uint32 | GetCompletedEncounterMask () const |
| void | SendEncounterUnit (EncounterFrameType type, Unit const *unit=nullptr, uint8 param1=0, uint8 param2=0) |
| uint32 | GetEncounterCount () const |
| void | MarkAreaTriggerDone (uint32 id) |
| void | ResetAreaTriggerDone (uint32 id) |
| bool | IsAreaTriggerDone (uint32 id) const |
Public Member Functions inherited from ZoneScript | |
| ZoneScript () | |
| virtual | ~ZoneScript () |
| virtual void | SetGuidData (uint32, ObjectGuid) |
| virtual uint64 | GetData64 (uint32) const |
Additional Inherited Members | |
Static Public Member Functions inherited from InstanceScript | |
| static bool | ServerAllowsTwoSideGroups () |
| static char const * | GetBossStateName (uint8 state) |
Public Attributes inherited from InstanceScript | |
| InstanceMap * | instance |
Protected Member Functions inherited from InstanceScript | |
| void | SetHeaders (std::string const &dataHeaders) |
| void | SetBossNumber (uint32 number) |
| void | LoadBossBoundaries (BossBoundaryData const &data) |
| void | LoadDoorData (DoorData const *data) |
| void | LoadMinionData (MinionData const *data) |
| void | LoadObjectData (ObjectData const *creatureData, ObjectData const *gameObjectData) |
| void | AddObject (Creature *obj, bool add) |
| void | AddObject (GameObject *obj, bool add) |
| void | AddObject (WorldObject *obj, uint32 type, bool add) |
| virtual void | AddDoor (GameObject *door, bool add) |
| void | AddMinion (Creature *minion, bool add) |
| virtual void | UpdateDoorState (GameObject *door) |
| void | UpdateMinionState (Creature *minion, EncounterState state) |
| void | UpdateSpawnGroups () |
| BossInfo * | GetBossInfo (uint32 id) |
| bool | ReadSaveDataHeaders (std::istringstream &data) |
| void | ReadSaveDataBossStates (std::istringstream &data) |
| void | WriteSaveDataHeaders (std::ostringstream &data) |
| void | WriteSaveDataBossStates (std::ostringstream &data) |
| bool | _SkipCheckRequiredBosses (Player const *player=nullptr) const |
Definition at line 141 of file instance_icecrown_citadel.cpp.
|
inline |
Definition at line 143 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 1150 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 1250 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1269 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1323 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1288 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1231 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 1190 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 179 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 342 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 731 of file instance_icecrown_citadel.cpp.
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 420 of file instance_icecrown_citadel.cpp.
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 764 of file instance_icecrown_citadel.cpp.
|
inline |
Definition at line 838 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
These creatures are summoned by something else than Professor Putricide but need to be controlled/despawned by him - so they need to be registered on his summon list
Reimplemented from InstanceScript.
Definition at line 206 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 335 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 503 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 693 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 188 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 201 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 445 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 1433 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 1354 of file instance_icecrown_citadel.cpp.
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 857 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 1047 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 1132 of file instance_icecrown_citadel.cpp.
|
inline |
Definition at line 165 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1036 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 1372 of file instance_icecrown_citadel.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from InstanceScript.
Definition at line 1345 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1541 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1542 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1525 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1524 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1558 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1526 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1527 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1557 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1555 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1515 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1550 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1529 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1528 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1504 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1505 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1503 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1506 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1501 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1496 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1520 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1516 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1552 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1546 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1543 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1545 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1544 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1502 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1500 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1556 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1539 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1560 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1564 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1562 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1561 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1563 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1498 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1499 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1497 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1565 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1547 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1548 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1514 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1522 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1519 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1518 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1517 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1523 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1536 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1554 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1521 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1534 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1559 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1530 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1535 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1553 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1549 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1511 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1507 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1509 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1512 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1510 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1513 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1508 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1540 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1538 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1537 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1551 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1531 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1532 of file instance_icecrown_citadel.cpp.
|
protected |
Definition at line 1533 of file instance_icecrown_citadel.cpp.