![]() |
TrinityCore
|
Inheritance diagram for conversation_dawnspair_spire_followup_to_ghostlands:Public Types | |
| enum | DawnspairSpireFollowupConvoData { POINT_ALLERIA_OPEN_PORTAL = 2 } |
Public Member Functions | |
| void | OnCreate (Unit *creator) override |
| void | OnStart () override |
| ConversationAI (Conversation *c, uint32 scriptId={}) noexcept | |
| ConversationAI (ConversationAI const &)=delete | |
| ConversationAI (ConversationAI &&)=delete | |
Public Member Functions inherited from ConversationAI | |
| ConversationAI (Conversation *c, uint32 scriptId={}) noexcept | |
| ConversationAI (ConversationAI const &)=delete | |
| ConversationAI (ConversationAI &&)=delete | |
| ConversationAI & | operator= (ConversationAI const &)=delete |
| ConversationAI & | operator= (ConversationAI &&)=delete |
| virtual | ~ConversationAI () |
| virtual void | OnInitialize () |
| virtual void | OnLineStarted (uint32 lineId, Player *sender) |
| virtual void | OnUpdate (uint32 diff) |
| virtual void | OnRemove () |
| virtual void | DoAction (int32 param) |
| virtual uint32 | GetData (uint32 id) const |
| virtual void | SetData (uint32 id, uint32 value) |
| virtual void | SetGUID (ObjectGuid const &guid, int32 id) |
| virtual ObjectGuid | GetGUID (int32 id) const |
| uint32 | GetId () const |
Static Public Attributes | |
| static constexpr Position | AlleriaOpenRiftPosition = { 7832.54f, -7913.34f, 308.2204f } |
Additional Inherited Members | |
Protected Attributes inherited from ConversationAI | |
| Conversation *const | conversation |
Definition at line 126 of file zone_ghostlands.cpp.
| Enumerator | |
|---|---|
| POINT_ALLERIA_OPEN_PORTAL | |
Definition at line 133 of file zone_ghostlands.cpp.
|
explicitnoexcept |
Definition at line 35 of file ConversationAI.cpp.
|
delete |
|
delete |
|
inlineoverridevirtual |
Reimplemented from ConversationAI.
Definition at line 138 of file zone_ghostlands.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ConversationAI.
Definition at line 148 of file zone_ghostlands.cpp.
Here is the call graph for this function:
|
staticconstexpr |
Definition at line 131 of file zone_ghostlands.cpp.