Pārlūkot izejas kodu

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

add area_shape_entered usage
Rémi Verschelde 5 gadi atpakaļ
vecāks
revīzija
e9696628f1
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      doc/classes/Area.xml
  2. 1 1
      doc/classes/Area2D.xml

+ 1 - 1
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">

+ 1 - 1
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">