From 246253661de02e4b3488b044fabc1405ef49f40b Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 11 Jun 2025 14:48:43 -0400 Subject: [PATCH] Documentation: Add clarification to AudioStream::get_length --- doc/classes/AudioStream.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AudioStream.xml b/doc/classes/AudioStream.xml index fe5274f42a7..2d40cfa9ab5 100644 --- a/doc/classes/AudioStream.xml +++ b/doc/classes/AudioStream.xml @@ -91,7 +91,7 @@ - Returns the length of the audio stream in seconds. + Returns the length of the audio stream in seconds. If this stream is an [AudioStreamRandomizer], returns the length of the last played stream. If this stream has an indefinite length (such as for [AudioStreamGenerator] and [AudioStreamMicrophone]), returns [code]0.0[/code].