mirror of
https://github.com/godotengine/godot.git
synced 2024-11-12 23:24:26 +00:00
Merge pull request #20645 from Ertain/master
Added and modified AudioStream descriptions
This commit is contained in:
commit
464d59935d
@ -16,6 +16,7 @@
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Returns the length of the audio stream in seconds.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
Returns the position in the [AudioStream].
|
||||
Returns the position in the [AudioStream] in seconds.
|
||||
</description>
|
||||
</method>
|
||||
<method name="play">
|
||||
|
Loading…
Reference in New Issue
Block a user