doc: Remove hardcoded default values from descriptions
They are now generated automatically by doctool.
This commit is contained in:
parent
c6cea6e9b3
commit
b9aa13e591
106 changed files with 403 additions and 407 deletions
|
|
@ -57,7 +57,7 @@
|
|||
Dampens audio over distance with this as an exponent.
|
||||
</member>
|
||||
<member name="autoplay" type="bool" setter="set_autoplay" getter="is_autoplay_enabled" default="false">
|
||||
If [code]true[/code], audio plays when added to scene tree. Default value: [code]false[/code].
|
||||
If [code]true[/code], audio plays when added to scene tree.
|
||||
</member>
|
||||
<member name="bus" type="String" setter="set_bus" getter="get_bus" default=""Master"">
|
||||
Bus on which this audio is playing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue