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/PhysicsBody2D.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/classes/PhysicsBody2D.xml') 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. + + -- cgit v1.2.3