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:
@@ -18,7 +18,7 @@
|
||||
</method>
|
||||
<method name="set_held_modification_stack">
|
||||
<return type="void" />
|
||||
<argument index="0" name="held_modification_stack" type="SkeletonModificationStack2D" />
|
||||
<param index="0" name="held_modification_stack" type="SkeletonModificationStack2D" />
|
||||
<description>
|
||||
Sets the [SkeletonModificationStack2D] that this modification is holding. This modification stack will then be executed when this modification is executed.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user