You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Merge pull request #7322 from Jerome67000/classref-edit
doc improvement for get_colliding_bodies() methods
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user