Merge pull request #34615 from lakshay-angrish/area_shape_entered-docs
add area_shape_entered usage
This commit is contained in:
commit
e9696628f1
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user