summaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2016-12-23 15:48:47 +0100
committerGitHub <noreply@github.com>2016-12-23 15:48:47 +0100
commitf8e6cdd89dec432ef945084961da71cbffd6bafe (patch)
tree014f7729675f2af3298ee08c8887f1fa5ca711a9 /doc/base/classes.xml
parent6d6ec54093bf5e736cd426ed471571d211c8049e (diff)
parent3cd5c86b1a01aeb1f6808175f1914cf39367defe (diff)
Merge pull request #7322 from Jerome67000/classref-edit
doc improvement for get_colliding_bodies() methods
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 75bd08d160..234ef04be5 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -33532,7 +33532,7 @@
<return type="Array">
</return>
<description>
- 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.
</description>
</method>
<method name="get_friction" qualifiers="const">
@@ -33893,7 +33893,7 @@
<return type="Array">
</return>
<description>
- 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]
</description>
</method>
<method name="get_continuous_collision_detection_mode" qualifiers="const">