mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #107420 from JulianHeuser/audiostream_doc_update
Documentation: Add clarification to `AudioStream.get_length`
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<method name="get_length" qualifiers="const">
|
||||
<return type="float" />
|
||||
<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>
|
||||
</method>
|
||||
<method name="instantiate_playback">
|
||||
|
||||
Reference in New Issue
Block a user