Difference between revisions of "Osiris/API/VoiceBarkStarted"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * event '''VoicebarkStarted'''(''(STRING)'''''_Bark''', ''(INTEGER)'''''_ID''') ===== Description ===== * Thrown when a Voice_Bark_editor|Voic...") |
m (Tinkerer moved page Osiris/API/VoicebarkStarted to Osiris/API/VoiceBarkStarted: Fix capitalisation) |
(No difference)
|
Revision as of 18:14, 5 January 2018
Full Definition(s)
- event VoicebarkStarted((STRING)_Bark, (INTEGER)_ID)
Description
- Thrown when a Voicebark succeeds in finding characters and an AD for the voicebark called _Bark.
Parameters
- _Bark: Name of the voicebark.
- _ID: Identifier of the dialogue started by the voicebark.
Notes
-
See Also
- StartVoiceBark
- VoiceBarkFailed
- Voice_Bark_editor on general Voicebark logic.