Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

AudioStreamPlaybackInteractive

Inherits: AudioStreamPlayback < RefCounted < Object

Playback component of AudioStreamInteractive.

Description

Playback component of AudioStreamInteractive. Contains functions to change the currently played clip.

Methods

void

switch_to_clip(clip_index: int)

void

switch_to_clip_by_name(clip_name: StringName)


Method Descriptions

void switch_to_clip(clip_index: int)

Switch to a clip (by index).


void switch_to_clip_by_name(clip_name: StringName)

Switch to a clip (by name).


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.