Fixed documentation for get_velocity_at_local_position

This commit is contained in:
Gabriel 2026-02-09 14:38:26 -03:00
parent 377b5a3175
commit 2909a93b05
2 changed files with 4 additions and 2 deletions

View file

@ -196,7 +196,8 @@
<return type="Vector2" />
<param index="0" name="local_position" type="Vector2" />
<description>
Returns the body's velocity at the given relative position, including both translation and rotation.
Returns the body's velocity at the given relative position.
[param local_position] is the offset from the body origin in global coordinates.
</description>
</method>
<method name="integrate_forces">