Rename the final parameter of area_shape_entered-exited local_shape.
This commit is contained in:
parent
a77173b335
commit
5fa12da6f9
4 changed files with 24 additions and 24 deletions
|
|
@ -169,14 +169,14 @@
|
|||
</argument>
|
||||
<argument index="2" name="area_shape" type="int">
|
||||
</argument>
|
||||
<argument index="3" name="self_shape" type="int">
|
||||
<argument index="3" name="local_shape" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Emitted when one of another Area3D's [Shape3D]s enters one of this Area3D's [Shape3D]s. Requires [member monitoring] to be set to [code]true[/code].
|
||||
[code]area_id[/code] the [RID] of the other Area3D's [CollisionObject3D] used by the [PhysicsServer3D].
|
||||
[code]area[/code] the other Area3D.
|
||||
[code]area_shape[/code] the index of the [Shape3D] of the other Area3D used by the [PhysicsServer3D].
|
||||
[code]self_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
[code]local_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="area_shape_exited">
|
||||
|
|
@ -186,14 +186,14 @@
|
|||
</argument>
|
||||
<argument index="2" name="area_shape" type="int">
|
||||
</argument>
|
||||
<argument index="3" name="self_shape" type="int">
|
||||
<argument index="3" name="local_shape" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Emitted when one of another Area3D's [Shape3D]s enters one of this Area3D's [Shape3D]s. Requires [member monitoring] to be set to [code]true[/code].
|
||||
[code]area_id[/code] the [RID] of the other Area3D's [CollisionObject3D] used by the [PhysicsServer3D].
|
||||
[code]area[/code] the other Area3D.
|
||||
[code]area_shape[/code] the index of the [Shape3D] of the other Area3D used by the [PhysicsServer3D].
|
||||
[code]self_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
[code]local_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="body_entered">
|
||||
|
|
@ -219,14 +219,14 @@
|
|||
</argument>
|
||||
<argument index="2" name="body_shape" type="int">
|
||||
</argument>
|
||||
<argument index="3" name="area_shape" type="int">
|
||||
<argument index="3" name="local_shape" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Emitted when one of a [PhysicsBody3D] or [GridMap]'s [Shape3D]s enters one of this Area3D's [Shape3D]s. Requires [member monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the [MeshLibrary] has Collision [Shape3D]s.
|
||||
[code]body_id[/code] the [RID] of the [PhysicsBody3D] or [MeshLibrary]'s [CollisionObject3D] used by the [PhysicsServer3D].
|
||||
[code]body[/code] the [Node], if it exists in the tree, of the [PhysicsBody3D] or [GridMap].
|
||||
[code]body_shape[/code] the index of the [Shape3D] of the [PhysicsBody3D] or [GridMap] used by the [PhysicsServer3D].
|
||||
[code]area_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
[code]local_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="body_shape_exited">
|
||||
|
|
@ -236,14 +236,14 @@
|
|||
</argument>
|
||||
<argument index="2" name="body_shape" type="int">
|
||||
</argument>
|
||||
<argument index="3" name="area_shape" type="int">
|
||||
<argument index="3" name="local_shape" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Emitted when one of a [PhysicsBody3D] or [GridMap]'s [Shape3D]s enters one of this Area3D's [Shape3D]s. Requires [member monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the [MeshLibrary] has Collision [Shape3D]s.
|
||||
[code]body_id[/code] the [RID] of the [PhysicsBody3D] or [MeshLibrary]'s [CollisionObject3D] used by the [PhysicsServer3D].
|
||||
[code]body[/code] the [Node], if it exists in the tree, of the [PhysicsBody3D] or [GridMap].
|
||||
[code]body_shape[/code] the index of the [Shape3D] of the [PhysicsBody3D] or [GridMap] used by the [PhysicsServer3D].
|
||||
[code]area_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
[code]local_shape[/code] the index of the [Shape3D] of this Area3D used by the [PhysicsServer3D].
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue