Attention: Here be dragons (unstable version)

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

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).