Difference between revisions of "Osiris/API/DialogStarted"
From Divinity Engine Wiki
m |
m |
||
Line 15: | Line 15: | ||
* Helper [[Osiris/Shared/DB_DialogNPCs|DB_DialogNPCs]] | * Helper [[Osiris/Shared/DB_DialogNPCs|DB_DialogNPCs]] | ||
* Helper [[Osiris/Shared/DB_DialogPlayers|DB_DialogPlayers]] | * Helper [[Osiris/Shared/DB_DialogPlayers|DB_DialogPlayers]] | ||
− | + | * Helper [[Osiris/Shared/Proc_StartDialog|Proc_StartDialog]] | |
+ | |||
[[Category:Osiris Events|DialogStarted]] | [[Category:Osiris Events|DialogStarted]] |
Revision as of 14:04, 24 March 2018
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
See Also
- AutomatedDialogStarted
- DialogEnded
- DialogRequestFailed
- Helper DB_DialogNPCs
- Helper DB_DialogPlayers
- Helper Proc_StartDialog