mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
</method>
|
||||
<method name="emit_particle">
|
||||
<return type="void" />
|
||||
<argument index="0" name="xform" type="Transform2D" />
|
||||
<argument index="1" name="velocity" type="Vector2" />
|
||||
<argument index="2" name="color" type="Color" />
|
||||
<argument index="3" name="custom" type="Color" />
|
||||
<argument index="4" name="flags" type="int" />
|
||||
<param index="0" name="xform" type="Transform2D" />
|
||||
<param index="1" name="velocity" type="Vector2" />
|
||||
<param index="2" name="color" type="Color" />
|
||||
<param index="3" name="custom" type="Color" />
|
||||
<param index="4" name="flags" type="int" />
|
||||
<description>
|
||||
Emits a single particle. Whether [code]xform[/code], [code]velocity[/code], [code]color[/code] and [code]custom[/code] are applied depends on the value of [code]flags[/code]. See [enum EmitFlags].
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user