Osiris/API/VoiceBarkStarted
From Divinity Engine Wiki
Revision as of 18:14, 5 January 2018 by Tinkerer (talk | contribs) (Tinkerer moved page Osiris/API/VoicebarkStarted to Osiris/API/VoiceBarkStarted: Fix capitalisation)
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.