Osiris/API/DialogEnded: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented DialogEnded event)
(No difference)

Revision as of 13: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