From 3cd5c86b1a01aeb1f6808175f1914cf39367defe Mon Sep 17 00:00:00 2001
From: Jerome67000
Date: Sat, 17 Dec 2016 17:18:33 +0100
Subject: doc improvement for get_colliding_bodies() methods
---
doc/base/classes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 07e2f719f..503c8594c 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -33518,7 +33518,7 @@
- Return a list of the bodies colliding with this one.
+ Return a list of the bodies colliding with this one. By default, number of max contacts reported is at 0 , see [method set_max_contacts_reported] to increase it.
@@ -33879,7 +33879,7 @@
- Return a list of the bodies colliding with this one.
+ Return a list of the bodies colliding with this one. By default, number of max contacts reported is at 0 , see [method set_max_contacts_reported] to increase it. You must also enable contact monitor, see [method set_contact_monitor]
--
cgit v1.3.1