add area_shape_entered usage

This commit is contained in:
Lakshay Angrish 2019-12-26 17:30:48 +05:30
parent 318c693516
commit fe9a4ff818
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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">