Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

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