summaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsBody2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PhysicsBody2D.xml')
-rw-r--r--doc/classes/PhysicsBody2D.xml7
1 files changed, 7 insertions, 0 deletions
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.
</description>
</method>
+ <method name="get_collision_exceptions">
+ <return type="Array">
+ </return>
+ <description>
+ Returns an array of nodes that were added as collision exceptions for this body.
+ </description>
+ </method>
<method name="get_collision_layer_bit" qualifiers="const">
<return type="bool">
</return>