classref: Sync with current 4.1 branch (eb296c7)

This commit is contained in:
Godot Organization
2024-05-07 13:09:07 +00:00
parent 40e2ce9715
commit 4275c2b1dc
+2 -2
View File
@@ -590,7 +590,7 @@ void **_area_set_pickable** **(** :ref:`RID<class_RID>` area, :ref:`bool<class_b
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.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``area_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.
.. rst-class:: classref-item-separator
@@ -1296,7 +1296,7 @@ void **_body_set_pickable** **(** :ref:`RID<class_RID>` body, :ref:`bool<class_b
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.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`PhysicsBody2D.input_pickable<class_PhysicsBody2D_property_input_pickable>`.
Overridable version of :ref:`PhysicsServer2D<class_PhysicsServer2D>`'s internal ``body_set_pickable`` method. Corresponds to :ref:`CollisionObject2D.input_pickable<class_CollisionObject2D_property_input_pickable>`.
.. rst-class:: classref-item-separator