1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #20645 from Ertain/master

Added and modified AudioStream descriptions
This commit is contained in:
Max Hilbrunner
2018-08-05 13:09:41 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
<return type="float">
</return>
<description>
Returns the length of the audio stream in seconds.
</description>
</method>
</methods>

View File

@@ -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">