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,21 +11,21 @@
|
|||
<methods>
|
||||
<method name="get_instance_shader_uniform" qualifiers="const">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="uniform" type="StringName" />
|
||||
<param index="0" name="uniform" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_custom_aabb">
|
||||
<return type="void" />
|
||||
<argument index="0" name="aabb" type="AABB" />
|
||||
<param index="0" name="aabb" type="AABB" />
|
||||
<description>
|
||||
Overrides the bounding box of this node with a custom one. To remove it, set an [AABB] with all fields set to zero.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_instance_shader_uniform">
|
||||
<return type="void" />
|
||||
<argument index="0" name="uniform" type="StringName" />
|
||||
<argument index="1" name="value" type="Variant" />
|
||||
<param index="0" name="uniform" type="StringName" />
|
||||
<param index="1" name="value" type="Variant" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue