Skip to content

Commit d8af2df

Browse files
author
Godot Organization
committed
classref: Sync with current master branch (578d937)
1 parent ce8f5ae commit d8af2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/class_physicsserver2dextension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Overridable version of :ref:`PhysicsServer2D.area_set_param<class_PhysicsServer2
594594

595595
If set to ``true``, allows the area with the given :ref:`RID<class_RID>` to detect mouse inputs when the mouse cursor is hovering on it.
596596

597-
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
597+
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.
598598

599599
.. rst-class:: classref-item-separator
600600

@@ -1300,7 +1300,7 @@ Overridable version of :ref:`PhysicsServer2D.body_set_param<class_PhysicsServer2
13001300

13011301
If set to ``true``, allows the body with the given :ref:`RID<class_RID>` to detect mouse inputs when the mouse cursor is hovering on it.
13021302

1303-
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
1303+
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.
13041304

13051305
.. rst-class:: classref-item-separator
13061306

0 commit comments

Comments
 (0)