mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Validate code tags in documentation for potential params
Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
Sets the function used to calculate physics for the body, if that body allows it (see [method body_set_omit_force_integration]).
|
||||
The force integration function takes the following two parameters:
|
||||
1. a [PhysicsDirectBodyState2D] [code]state[/code]: used to retrieve and modify the body's state,
|
||||
2. a [Variant] [code]userdata[/code]: optional user data.
|
||||
2. a [Variant] [param userdata]: optional user data.
|
||||
[b]Note:[/b] This callback is currently not called in Godot Physics.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user