Merge pull request #116504 from miguelrsgoncalves/add-audio-server-units-of-time-doc

Docs: Add units of time to AudioServer's documentation
This commit is contained in:
Thaddeus Crews 2026-02-24 09:29:07 -06:00
commit a73db52592
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -186,13 +186,13 @@
<method name="get_time_since_last_mix" qualifiers="const">
<return type="float" />
<description>
Returns the relative time since the last mix occurred.
Returns the relative time since the last mix occurred, in seconds.
</description>
</method>
<method name="get_time_to_next_mix" qualifiers="const">
<return type="float" />
<description>
Returns the relative time until the next mix occurs.
Returns the relative time until the next mix occurs, in seconds.
</description>
</method>
<method name="is_bus_bypassing_effects" qualifiers="const">