aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorJerome670002016-12-17 17:18:33 +0100
committerRémi Verschelde2017-01-12 19:15:27 +0100
commita8bc2f64ad5f988570839843f7308e1768e28b0b (patch)
tree0124dcc58be6dca26d72e1ac89f73edc33c4c6f0 /doc/base/classes.xml
parent85585c7fc5ef314d42fcc7b28583b22aaff424be (diff)
downloadgodot-a8bc2f64ad5f988570839843f7308e1768e28b0b.tar.gz
godot-a8bc2f64ad5f988570839843f7308e1768e28b0b.tar.zst
godot-a8bc2f64ad5f988570839843f7308e1768e28b0b.zip
doc improvement for get_colliding_bodies() methods
(cherry picked from commit 3cd5c86b1a01aeb1f6808175f1914cf39367defe)
Diffstat (limited to '')
-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 de9e3ed13..bf2541a4a 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -32656,7 +32656,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">
@@ -33017,7 +33017,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">