Osiris/API/DialogStarted

From Divinity Engine Wiki
Revision as of 10:06, 6 October 2019 by Tinkerer (talk | contribs) (Notes)
(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 instance.
Notes
See Also