Document that SpringArm exclusions only work with PhysicsBody objects

This commit is contained in:
Aaron Franke 2020-03-03 03:18:52 -05:00
parent c9768f15f7
commit d961663707
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@
<argument index="0" name="RID" type="RID"> <argument index="0" name="RID" type="RID">
</argument> </argument>
<description> <description>
Adds the object with the given [RID] to the list of objects excluded from the collision check. Adds the [PhysicsBody] object with the given [RID] to the list of [PhysicsBody] objects excluded from the collision check.
</description> </description>
</method> </method>
<method name="clear_excluded_objects"> <method name="clear_excluded_objects">
<return type="void"> <return type="void">
</return> </return>
<description> <description>
Clears the list of objects excluded from the collision check. Clears the list of [PhysicsBody] objects excluded from the collision check.
</description> </description>
</method> </method>
<method name="get_hit_length"> <method name="get_hit_length">
@ -41,7 +41,7 @@
<argument index="0" name="RID" type="RID"> <argument index="0" name="RID" type="RID">
</argument> </argument>
<description> <description>
Removes the given [RID] from the list of objects excluded from the collision check. Removes the given [RID] from the list of [PhysicsBody] objects excluded from the collision check.
</description> </description>
</method> </method>
</methods> </methods>