![]() |
TrinityCore
|
Inheritance diagram for DialogueHelper:Public Member Functions | |
| DialogueHelper (DialogueEntry const *dialogueArray) | |
| void | StartNextDialogueText (int32 textEntry) |
| void | DialogueUpdate (uint32 diff) |
Protected Member Functions | |
| virtual void | JustDidDialogueStep (int32) |
| Will be called when a dialogue step was done. | |
| virtual Creature * | GetSpeakerByEntry (int32) |
| Will be called to get a speaker, MUST be implemented if not used in instances. | |
Private Member Functions | |
| void | DoNextDialogueStep () |
Private Attributes | |
| DialogueEntry const * | _dialogueArray |
| DialogueEntry const * | _currentEntry |
| uint32 | _actionTimer |
Definition at line 122 of file zone_winterspring.cpp.
|
inline |
Definition at line 126 of file zone_winterspring.cpp.
|
inline |
Definition at line 157 of file zone_winterspring.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 175 of file zone_winterspring.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Will be called to get a speaker, MUST be implemented if not used in instances.
Reimplemented in npc_ranshalla::npc_ranshallaAI.
Definition at line 172 of file zone_winterspring.cpp.
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Will be called when a dialogue step was done.
Reimplemented in npc_ranshalla::npc_ranshallaAI.
Definition at line 170 of file zone_winterspring.cpp.
Here is the caller graph for this function:
|
inline |
Function to initialize the dialogue helper for instances. If not used with instances, GetSpeakerByEntry MUST be overwritten to obtain the speakers Set if take first entries or second entries
Definition at line 136 of file zone_winterspring.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 206 of file zone_winterspring.cpp.
|
private |
Definition at line 204 of file zone_winterspring.cpp.
|
private |
Definition at line 203 of file zone_winterspring.cpp.