From d96166370725b81527d1783f58d5cd7686608a28 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 3 Mar 2020 03:18:52 -0500 Subject: [PATCH] Document that SpringArm exclusions only work with PhysicsBody objects --- doc/classes/SpringArm.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/classes/SpringArm.xml b/doc/classes/SpringArm.xml index f426cfc3520..780ed5077d6 100644 --- a/doc/classes/SpringArm.xml +++ b/doc/classes/SpringArm.xml @@ -18,14 +18,14 @@ - 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. - Clears the list of objects excluded from the collision check. + Clears the list of [PhysicsBody] objects excluded from the collision check. @@ -41,7 +41,7 @@ - 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.