|
| | go_twilight_portalAI (GameObject *gameobject) |
| |
| bool | OnGossipHello (Player *player) override |
| |
| void | UpdateAI (uint32) override |
| |
| | GameObjectAI (GameObject *go, uint32 scriptId={}) noexcept |
| |
| | GameObjectAI (GameObjectAI const &)=delete |
| |
| | GameObjectAI (GameObjectAI &&)=delete |
| |
| GameObjectAI & | operator= (GameObjectAI const &)=delete |
| |
| GameObjectAI & | operator= (GameObjectAI &&)=delete |
| |
| virtual | ~GameObjectAI () |
| |
| uint32 | GetId () const |
| |
| virtual void | InitializeAI () |
| |
| virtual void | Reset () |
| |
| virtual void | DoAction (int32 param) |
| |
| virtual void | SetGUID (ObjectGuid const &guid, int32 id) |
| |
| virtual ObjectGuid | GetGUID (int32 id) const |
| |
| virtual Optional< QuestGiverStatus > | GetDialogStatus (Player const *player) |
| |
| virtual bool | OnGossipSelect (Player *, uint32, uint32) |
| |
| virtual bool | OnGossipSelectCode (Player *, uint32, uint32, char const *) |
| |
| virtual void | OnQuestAccept (Player *, Quest const *) |
| |
| virtual void | OnQuestReward (Player *, Quest const *, LootItemType, uint32) |
| |
| virtual bool | OnReportUse (Player *) |
| |
| virtual void | Destroyed (WorldObject *, uint32) |
| |
| virtual void | Damaged (WorldObject *, uint32) |
| |
| virtual uint32 | GetData (uint32) const |
| |
| virtual void | SetData64 (uint32, uint64) |
| |
| virtual uint64 | GetData64 (uint32) const |
| |
| virtual void | SetData (uint32, uint32) |
| |
| virtual void | OnGameEvent (bool, uint16) |
| |
| virtual void | OnLootStateChanged (uint32, Unit *) |
| |
| virtual void | OnStateChanged (uint32) |
| |
| virtual void | EventInform (uint32) |
| |
| virtual void | SpellHit (WorldObject *, SpellInfo const *) |
| |
| virtual void | SpellHitTarget (WorldObject *, SpellInfo const *) |
| |
| virtual void | JustSummoned (Creature *) |
| |
| virtual void | SummonedCreatureDespawn (Creature *) |
| |
| virtual void | SummonedCreatureDies (Creature *, Unit *) |
| |
| virtual bool | OnCapturePointAssaulted (Player *) |
| |
| virtual bool | OnCapturePointUpdated (WorldPackets::Battleground::BattlegroundCapturePointState) |
| |
Definition at line 1353 of file boss_halion.cpp.
◆ go_twilight_portalAI()
| go_twilight_portal::go_twilight_portalAI::go_twilight_portalAI |
( |
GameObject * |
gameobject | ) |
|
|
inline |
Because WDB template has non-existent spell ID, not seen in sniffs either, meh
Definition at line 1355 of file boss_halion.cpp.
◆ OnGossipHello()
| bool go_twilight_portal::go_twilight_portalAI::OnGossipHello |
( |
Player * |
player | ) |
|
|
inlineoverridevirtual |
◆ UpdateAI()
| void go_twilight_portal::go_twilight_portalAI::UpdateAI |
( |
uint32 |
| ) |
|
|
inlineoverridevirtual |
◆ _deleted
| bool go_twilight_portal::go_twilight_portalAI::_deleted |
|
private |
◆ _instance
◆ _spellId
| uint32 go_twilight_portal::go_twilight_portalAI::_spellId |
|
private |
The documentation for this struct was generated from the following file: