Documentation: Add clarification to AudioStream::get_length

This commit is contained in:
Julian 2025-06-11 14:48:43 -04:00
parent 51b0379e55
commit 246253661d

View File

@ -91,7 +91,7 @@
<method name="get_length" qualifiers="const"> <method name="get_length" qualifiers="const">
<return type="float" /> <return type="float" />
<description> <description>
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].
</description> </description>
</method> </method>
<method name="instantiate_playback"> <method name="instantiate_playback">