PhysicsDirectSpaceState2D.get_rest_info claims not to use query motion but it does #10609
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
good first issue
topic:physics
Your Godot version:
4.3
Issue description:
get_rest_info is described int he documentation as not taking into account the motion parameter of the input query. However, it does, and does so apparently by design if I am reading this thread correctly.
The docs should not say the function doesn't take motion into account when it does.
URL to the documentation page:
https://docs.godotengine.org/en/stable/classes/class_physicsdirectspacestate2d.html#class-physicsdirectspacestate2d-method-get-rest-info
If you know how to fix the issue you are reporting please
consider opening a pull request. We provide a tutorial on
using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html,
writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html
and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html
The text was updated successfully, but these errors were encountered: