mirror of
https://github.com/godotengine/godot.git
synced 2026-02-24 08:01:27 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
parent
35c1eae8d7
commit
c5d7115038
432 changed files with 10529 additions and 10529 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<methods>
|
||||
<method name="get_default_input_value" qualifiers="const">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="port_idx" type="int" />
|
||||
<param index="0" name="port_idx" type="int" />
|
||||
<description>
|
||||
Returns the default value of a given port. The default value is used when nothing is connected to the port.
|
||||
</description>
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
</method>
|
||||
<method name="set_default_input_value">
|
||||
<return type="void" />
|
||||
<argument index="0" name="port_idx" type="int" />
|
||||
<argument index="1" name="value" type="Variant" />
|
||||
<param index="0" name="port_idx" type="int" />
|
||||
<param index="1" name="value" type="Variant" />
|
||||
<description>
|
||||
Change the default value of a given port.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue