Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs

add area_shape_entered usage
This commit is contained in:
Rémi Verschelde 2019-12-30 17:14:08 +01:00 committed by GitHub
commit e9696628f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">