Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DialogicVoiceEvent

This contains the source code documentation of the class DialogicVoiceEvent.

DialogicVoiceEvent

Inherits: Resource

Event that allows to set the sound file to use for the next text event.

Properties

NameTypeDefault
file_pathString""
volumefloat0.0
audio_busString"Master"

Methods


Property Descriptions

var file_path = ""

The path to the sound file.


var volume = 0.0

The volume the sound will be played at.


var audio_bus = "Master"

The audio bus to play the sound on.


Method Descriptions

func get_shortcode ( ) ⇒ String

No description available.


func get_shortcode_parameters ( ) ⇒ Dictionary

No description available.


func build_event_editor ( ) ⇒ void

No description available.