Fix and improve Node2D.move_local_{x,y}() description

The `delta` parameter name refers to a generic distance parameter here,
rather than the process or physics process time.
This commit is contained in:
Hugo Locurcio
2025-09-24 23:46:57 +02:00
parent 1ce3101fbc
commit f277add285
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -275,7 +275,7 @@
[b]Note:[/b] Despite the naming convention, this operation is [b]not[/b] calculated in parent space for compatibility reasons. To translate in parent space, add [param offset] to the [member position] ([code]node_3d.position += offset[/code]).
</description>
</method>
<method name="translate_object_local">
<method name="translate_object_local" keywords="move_local">
<return type="void" />
<param index="0" name="offset" type="Vector3" />
<description>