Osiris/API/DialogStarted: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
===== Parameters =====
===== Parameters =====
* '''_Dialog''': The name of the dialog.
* '''_Dialog''': The name of the dialog.
* '''_InstanceID''': Unique identifier for this interactive dialog.
* '''_InstanceID''': Unique identifier for this interactive dialog instance.
===== Notes =====
===== Notes =====
* Automated dialogs with throw an [[Osiris/API/AutomatedDialogStarted|AutomatedDialogStarted]] event instead.
* Automated dialogs with throw an [[Osiris/API/AutomatedDialogStarted|AutomatedDialogStarted]] event instead.

Revision as of 09:02, 6 October 2019

Full Definition(s)
  • event DialogStarted((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 instance.
Notes
See Also