Docs: Add units of time to AudioServer's documentation
This commit is contained in:
parent
897172fa25
commit
ebb2bc7139
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue