Difference between revisions of "Osiris/API/DialogStarted"

From Divinity Engine Wiki
Jump to: navigation, search
m (corrected DialogRequestFailed event name and added to See Also section)
m
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 16: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