diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-03-04 10:14:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 10:14:06 +0100 |
commit | 7ece08166291e95502eb329a73d8f66b72357278 (patch) | |
tree | e663922a176913eab77a0e34ecc63de0ddf3a1e7 /doc/classes | |
parent | c0f9b52aef9527c638647f765ea145ff152bd291 (diff) | |
parent | d96166370725b81527d1783f58d5cd7686608a28 (diff) |
Merge pull request #36750 from aaronfranke/excl-phys-body
Document that SpringArm exclusions only work with PhysicsBody objects
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/SpringArm.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/SpringArm.xml b/doc/classes/SpringArm.xml index f426cfc352..780ed5077d 100644 --- a/doc/classes/SpringArm.xml +++ b/doc/classes/SpringArm.xml @@ -18,14 +18,14 @@ <argument index="0" name="RID" type="RID"> </argument> <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> </method> <method name="clear_excluded_objects"> <return type="void"> </return> <description> - Clears the list of objects excluded from the collision check. + Clears the list of [PhysicsBody] objects excluded from the collision check. </description> </method> <method name="get_hit_length"> @@ -41,7 +41,7 @@ <argument index="0" name="RID" type="RID"> </argument> <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> </method> </methods> |