Merge pull request #78139 from winston-yallow/document-audio-bus-index-from-name
Document behaviour of AudioServer.get_bus_index() if name doesn't exist
This commit is contained in:
commit
7b1387ff21
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<param index="0" name="bus_name" type="StringName" />
|
<param index="0" name="bus_name" type="StringName" />
|
||||||
<description>
|
<description>
|
||||||
Returns the index of the bus with the name [param bus_name].
|
Returns the index of the bus with the name [param bus_name]. Returns [code]-1[/code] if no bus with the specified name exist.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_bus_name" qualifiers="const">
|
<method name="get_bus_name" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue