diff options
author | Jerome67000 <jerome.gully0@gmail.com> | 2016-12-17 17:18:33 +0100 |
---|---|---|
committer | Jerome67000 <jerome.gully0@gmail.com> | 2016-12-17 17:18:33 +0100 |
commit | 3cd5c86b1a01aeb1f6808175f1914cf39367defe (patch) | |
tree | e0b1f5661332b4dd09d68cd9fc9f360f7edf6a7e /doc | |
parent | afbe013ba12d68f20ef1dfe2d7a895105a440bd9 (diff) |
doc improvement for get_colliding_bodies() methods
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 07e2f719f9..503c8594c0 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -33518,7 +33518,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"> @@ -33879,7 +33879,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"> |