Merge pull request #116106 from ghsoares/docs-fix-get-velocity-at-local-position

Fix documentation for `get_velocity_at_local_position`
This commit is contained in:
Thaddeus Crews 2026-02-10 08:29:41 -06:00
commit 49ddb94a93
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
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">

View file

@ -196,7 +196,8 @@
<return type="Vector3" />
<param index="0" name="local_position" type="Vector3" />
<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">