Difference between revisions of "Osiris/API/DialogStarted"
From Divinity Engine Wiki
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 15: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
- Automated dialogs with throw an AutomatedDialogStarted event instead.
- If the attempt to start an interactive dialog fails, a DialogRequestFailed event will be thrown instead