From 3fb2069d39b2ccfb30c06cffcf802d73ce169d60 Mon Sep 17 00:00:00 2001 From: Guilherme Recchi Cardozo Date: Wed, 24 Oct 2018 16:32:55 -0300 Subject: Add method get_collision_exceptions Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers! --- doc/classes/PhysicsBody.xml | 7 +++++++ doc/classes/PhysicsBody2D.xml | 7 +++++++ doc/classes/SoftBody.xml | 7 +++++++ 3 files changed, 21 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsBody.xml b/doc/classes/PhysicsBody.xml index af00027ed3..fb145f9de9 100644 --- a/doc/classes/PhysicsBody.xml +++ b/doc/classes/PhysicsBody.xml @@ -21,6 +21,13 @@ Adds a body to the list of bodies that this body can't collide with. + + + + + Returns an array of nodes that were added as collision exceptions for this body. + + diff --git a/doc/classes/PhysicsBody2D.xml b/doc/classes/PhysicsBody2D.xml index 4278979049..440caf61e5 100644 --- a/doc/classes/PhysicsBody2D.xml +++ b/doc/classes/PhysicsBody2D.xml @@ -21,6 +21,13 @@ Adds a body to the list of bodies that this body can't collide with. + + + + + Returns an array of nodes that were added as collision exceptions for this body. + + diff --git a/doc/classes/SoftBody.xml b/doc/classes/SoftBody.xml index 196d29fc60..6c3929d65b 100644 --- a/doc/classes/SoftBody.xml +++ b/doc/classes/SoftBody.xml @@ -20,6 +20,13 @@ Adds a body to the list of bodies that this body can't collide with. + + + + + Returns an array of nodes that were added as collision exceptions for this body. + + -- cgit v1.2.3