Osiris/API/DialogStarted

From Divinity Engine Wiki
Revision as of 22:25, 14 September 2017 by Tinkerer (talk | contribs) (Document DialogStarted)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.
Notes
See Also