summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-21 17:56:43 -0600
committerThaddeus Crews <repiteo@outlook.com>2024-11-21 17:56:43 -0600
commit1117d9170498e85510d8a19b0efb01c723a294c1 (patch)
tree2db2fa20ced1d1009120662a86015b16b51b819f /doc
parent9e6098432aac35bae42c9089a29ba2a80320d823 (diff)
parent3ab88c2e6a9adf8226aa1f7b572135d97f02e8eb (diff)
downloadredot-engine-1117d9170498e85510d8a19b0efb01c723a294c1.tar.gz
Merge pull request #99200 from KingTheFifth/master
Document `AudioStreamPlayer.get_playback_position()` intentionally aways returning `0.0` when using `AudioStreamInteractive`
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/AudioStreamPlayer.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml
index 93680de21e..900318e4f4 100644
--- a/doc/classes/AudioStreamPlayer.xml
+++ b/doc/classes/AudioStreamPlayer.xml
@@ -22,6 +22,7 @@
<description>
Returns the position in the [AudioStream] of the latest sound, in seconds. Returns [code]0.0[/code] if no sounds are playing.
[b]Note:[/b] The position is not always accurate, as the [AudioServer] does not mix audio every processed frame. To get more accurate results, add [method AudioServer.get_time_since_last_mix] to the returned position.
+ [b]Note:[/b] This method always returns [code]0.0[/code] if the [member stream] is an [AudioStreamInteractive], since it can have multiple clips playing at once.
</description>
</method>
<method name="get_stream_playback">