Skip to content

Commit d8cd7b2

Browse files
[Doc] Fix incorrect reference to input_pickable
1 parent 2886511 commit d8cd7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/PhysicsServer2DExtension.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<param index="1" name="pickable" type="bool" />
186186
<description>
187187
If set to [code]true[/code], allows the area with the given [RID] to detect mouse inputs when the mouse cursor is hovering on it.
188-
Overridable version of [PhysicsServer2D]'s internal [code]area_set_pickable[/code] method. Corresponds to [member PhysicsBody2D.input_pickable].
188+
Overridable version of [PhysicsServer2D]'s internal [code]area_set_pickable[/code] method. Corresponds to [member CollisionObject2D.input_pickable].
189189
</description>
190190
</method>
191191
<method name="_area_set_shape" qualifiers="virtual">
@@ -650,7 +650,7 @@
650650
<param index="1" name="pickable" type="bool" />
651651
<description>
652652
If set to [code]true[/code], allows the body with the given [RID] to detect mouse inputs when the mouse cursor is hovering on it.
653-
Overridable version of [PhysicsServer2D]'s internal [code]body_set_pickable[/code] method. Corresponds to [member PhysicsBody2D.input_pickable].
653+
Overridable version of [PhysicsServer2D]'s internal [code]body_set_pickable[/code] method. Corresponds to [member CollisionObject2D.input_pickable].
654654
</description>
655655
</method>
656656
<method name="_body_set_shape" qualifiers="virtual">

0 commit comments

Comments
 (0)