diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-22 14:59:09 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-22 14:59:09 +0100 |
commit | fea37cfb526418f489975ccdbdb46035d61d4a88 (patch) | |
tree | 1a8fe418a3b114c2193cab8436e315b210d75480 /doc/classes/AudioServer.xml | |
parent | bf7d6de55662d7f4f9e82e69920582cf8ec55375 (diff) | |
download | redot-engine-fea37cfb526418f489975ccdbdb46035d61d4a88.tar.gz |
doc: Sync classref with StringName/Callable changes
Diffstat (limited to 'doc/classes/AudioServer.xml')
-rw-r--r-- | doc/classes/AudioServer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/AudioServer.xml b/doc/classes/AudioServer.xml index 72acf616a9..49c6f5bb34 100644 --- a/doc/classes/AudioServer.xml +++ b/doc/classes/AudioServer.xml @@ -107,7 +107,7 @@ <method name="get_bus_index" qualifiers="const"> <return type="int"> </return> - <argument index="0" name="bus_name" type="String"> + <argument index="0" name="bus_name" type="StringName"> </argument> <description> Returns the index of the bus with the name [code]bus_name[/code]. @@ -145,7 +145,7 @@ </description> </method> <method name="get_bus_send" qualifiers="const"> - <return type="String"> + <return type="StringName"> </return> <argument index="0" name="bus_idx" type="int"> </argument> @@ -341,7 +341,7 @@ </return> <argument index="0" name="bus_idx" type="int"> </argument> - <argument index="1" name="send" type="String"> + <argument index="1" name="send" type="StringName"> </argument> <description> Connects the output of the bus at [code]bus_idx[/code] to the bus named [code]send[/code]. |