Difference between revisions of "Osiris/API/DialogEnded"
From Divinity Engine Wiki
(Documented DialogEnded event) |
m |
||
Line 17: | Line 17: | ||
* Helper [[Osiris/Shared/Proc_StartDialog|Proc_StartDialog]] | * Helper [[Osiris/Shared/Proc_StartDialog|Proc_StartDialog]] | ||
− | [[Category:Osiris Events| | + | [[Category:Osiris Events|DialogEnded]] |
Revision as of 14:04, 24 March 2018
Full Definition(s)
- event DialogEnded((STRING)_Dialog, (INTEGER)_InstanceID)
Description
Thrown once an interactive dialog has started.
Parameters
- _Dialog: The name of the dialog.
- _InstanceID: Unique identifier for this interactive dialog.
Notes
- Automated dialogs with throw an AutomatedDialogEnded event instead.
- Even if the attempt to start an interactive dialog failed and a DialogRequestFailed event was thrown, you will still also get a DialogEnded event as well.
See Also
- AutomatedDialogEnded
- DialogRequestFailed
- DialogStarted
- Helper DB_DialogNPCs
- Helper DB_DialogPlayers
- Helper Proc_StartDialog