Osiris/API/DialogStarted: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
m (corrected DialogRequestFailed event name and added to See Also section)
mNo edit summary
Line 16: Line 16:
* Helper [[Osiris/Shared/DB_DialogPlayers|DB_DialogPlayers]]
* Helper [[Osiris/Shared/DB_DialogPlayers|DB_DialogPlayers]]
   
   
[[Category:Osiris Events]]
[[Category:Osiris Events|DialogStarted]]

Revision as of 14:11, 19 December 2017

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