diff options
author | Lakshay Angrish <angrishlakshay@gmail.com> | 2019-12-26 17:30:48 +0530 |
---|---|---|
committer | Lakshay Angrish <angrishlakshay@gmail.com> | 2019-12-26 17:30:48 +0530 |
commit | fe9a4ff818052613c776daaffe95b0f424b6d4de (patch) | |
tree | 6b3919ff4561ed3b7d6787627b2e8898b1e379c4 | |
parent | 318c69351624f7794c51b5385d252af397c0404a (diff) |
add area_shape_entered usage
-rw-r--r-- | doc/classes/Area.xml | 2 | ||||
-rw-r--r-- | doc/classes/Area2D.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml index 6bd1382488..4b0858935d 100644 --- a/doc/classes/Area.xml +++ b/doc/classes/Area.xml @@ -166,7 +166,7 @@ <argument index="3" name="self_shape" type="int"> </argument> <description> - Emitted when another area enters, reporting which areas overlapped. + Emitted when another area enters, reporting which areas overlapped. [code]shape_owner_get_owner(shape_find_owner(shape))[/code] returns the parent object of the owner of the [code]shape[/code]. </description> </signal> <signal name="area_shape_exited"> diff --git a/doc/classes/Area2D.xml b/doc/classes/Area2D.xml index 9a5870c73d..be3acee9ef 100644 --- a/doc/classes/Area2D.xml +++ b/doc/classes/Area2D.xml @@ -155,7 +155,7 @@ <argument index="3" name="self_shape" type="int"> </argument> <description> - Emitted when another area enters, reporting which shapes overlapped. + Emitted when another area enters, reporting which shapes overlapped. [code]shape_owner_get_owner(shape_find_owner(shape))[/code] returns the parent object of the owner of the [code]shape[/code]. </description> </signal> <signal name="area_shape_exited"> |