summaryrefslogtreecommitdiff
path: root/doc/classes/SpringArm3D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/SpringArm3D.xml')
-rw-r--r--doc/classes/SpringArm3D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/SpringArm3D.xml b/doc/classes/SpringArm3D.xml
index d89b8f4549..29331e3071 100644
--- a/doc/classes/SpringArm3D.xml
+++ b/doc/classes/SpringArm3D.xml
@@ -14,7 +14,7 @@
<methods>
<method name="add_excluded_object">
<return type="void" />
- <argument index="0" name="RID" type="RID" />
+ <param index="0" name="RID" type="RID" />
<description>
Adds the [PhysicsBody3D] object with the given [RID] to the list of [PhysicsBody3D] objects excluded from the collision check.
</description>
@@ -33,7 +33,7 @@
</method>
<method name="remove_excluded_object">
<return type="bool" />
- <argument index="0" name="RID" type="RID" />
+ <param index="0" name="RID" type="RID" />
<description>
Removes the given [RID] from the list of [PhysicsBody3D] objects excluded from the collision check.
</description>