![]() |
TrinityCore
|
Inheritance diagram for conversation_kings_rest_intro:Public Types | |
| enum | KingsRestIntroConversationData { CONVO_ACTOR_INTRO_ZUL = 64206 , CONVO_LINE_INTRO_DOOR = 17526 } |
| enum | KingsRestIntroEventData { EVENT_ZUL_OPEN_INTRO_DOOR = 1 , EVENT_ZUL_INTRO_DESPAWN } |
Public Member Functions | |
| conversation_kings_rest_intro (Conversation *conversation) | |
| void | OnCreate (Unit *) override |
| void | OnStart () override |
| void | OnUpdate (uint32 diff) override |
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 | 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 |
Private Attributes | |
| EventMap | _events |
Additional Inherited Members | |
Protected Attributes inherited from ConversationAI | |
| Conversation *const | conversation |
Definition at line 89 of file kings_rest.cpp.
| Enumerator | |
|---|---|
| CONVO_ACTOR_INTRO_ZUL | |
| CONVO_LINE_INTRO_DOOR | |
Definition at line 94 of file kings_rest.cpp.
| Enumerator | |
|---|---|
| EVENT_ZUL_OPEN_INTRO_DOOR | |
| EVENT_ZUL_INTRO_DESPAWN | |
Definition at line 101 of file kings_rest.cpp.
|
inline |
Definition at line 92 of file kings_rest.cpp.
|
inlineoverridevirtual |
Reimplemented from ConversationAI.
Definition at line 107 of file kings_rest.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ConversationAI.
Definition at line 117 of file kings_rest.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ConversationAI.
Definition at line 122 of file kings_rest.cpp.
Here is the call graph for this function:
|
private |
Definition at line 163 of file kings_rest.cpp.