add area_shape_entered usage
This commit is contained in:
parent
318c693516
commit
fe9a4ff818
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue