Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 30, 2024
1 parent 7c8abda commit bdc57b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions doc/classes/PhysicsServer2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@
Creates a 2D space in the physics server, and returns the [RID] that identifies it. A space contains bodies and areas, and controls the stepping of the physics simulation of the objects in it.
</description>
</method>
<method name="space_flush_queries" is_experimental="true">
<method name="space_flush_queries" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<description>
Expand All @@ -949,7 +949,7 @@
Returns the state of a space, a [PhysicsDirectSpaceState2D]. This object can be used for collision/intersection queries.
</description>
</method>
<method name="space_get_last_process_info" is_experimental="true">
<method name="space_get_last_process_info" experimental="">
<return type="int" />
<param index="0" name="space" type="RID" />
<param index="1" name="process_info" type="int" enum="PhysicsServer2D.ProcessInfo" />
Expand Down Expand Up @@ -989,7 +989,7 @@
Sets the value of the given space parameter. See [enum SpaceParameter] for the list of available parameters.
</description>
</method>
<method name="space_step" is_experimental="true">
<method name="space_step" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<param index="1" name="delta" type="float" />
Expand Down
6 changes: 3 additions & 3 deletions doc/classes/PhysicsServer2DExtension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
<description>
</description>
</method>
<method name="_space_flush_queries" qualifiers="virtual" is_experimental="true">
<method name="_space_flush_queries" qualifiers="virtual" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<description>
Expand All @@ -906,7 +906,7 @@
<description>
</description>
</method>
<method name="_space_get_last_process_info" qualifiers="virtual" is_experimental="true">
<method name="_space_get_last_process_info" qualifiers="virtual" experimental="">
<return type="int" />
<param index="0" name="space" type="RID" />
<param index="1" name="process_info" type="int" enum="PhysicsServer2D.ProcessInfo" />
Expand Down Expand Up @@ -948,7 +948,7 @@
<description>
</description>
</method>
<method name="_space_step" qualifiers="virtual" is_experimental="true">
<method name="_space_step" qualifiers="virtual" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<param index="1" name="delta" type="float" />
Expand Down
6 changes: 3 additions & 3 deletions doc/classes/PhysicsServer3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@
Creates a space. A space is a collection of parameters for the physics engine that can be assigned to an area or a body. It can be assigned to an area with [method area_set_space], or to a body with [method body_set_space].
</description>
</method>
<method name="space_flush_queries" is_experimental="true">
<method name="space_flush_queries" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<description>
Expand All @@ -1040,7 +1040,7 @@
Returns the state of a space, a [PhysicsDirectSpaceState3D]. This object can be used to make collision/intersection queries.
</description>
</method>
<method name="space_get_last_process_info" is_experimental="true">
<method name="space_get_last_process_info" experimental="">
<return type="int" />
<param index="0" name="space" type="RID" />
<param index="1" name="process_info" type="int" enum="PhysicsServer3D.ProcessInfo" />
Expand Down Expand Up @@ -1080,7 +1080,7 @@
Sets the value for a space parameter. A list of available parameters is on the [enum SpaceParameter] constants.
</description>
</method>
<method name="space_step" is_experimental="true">
<method name="space_step" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<param index="1" name="delta" type="float" />
Expand Down
6 changes: 3 additions & 3 deletions doc/classes/PhysicsServer3DExtension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@
<description>
</description>
</method>
<method name="_space_flush_queries" qualifiers="virtual" is_experimental="true">
<method name="_space_flush_queries" qualifiers="virtual" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<description>
Expand All @@ -1238,7 +1238,7 @@
<description>
</description>
</method>
<method name="_space_get_last_process_info" qualifiers="virtual" is_experimental="true">
<method name="_space_get_last_process_info" qualifiers="virtual" experimental="">
<return type="int" />
<param index="0" name="space" type="RID" />
<param index="1" name="process_info" type="int" enum="PhysicsServer3D.ProcessInfo" />
Expand Down Expand Up @@ -1280,7 +1280,7 @@
<description>
</description>
</method>
<method name="_space_step" qualifiers="virtual" is_experimental="true">
<method name="_space_step" qualifiers="virtual" experimental="">
<return type="void" />
<param index="0" name="space" type="RID" />
<param index="1" name="delta" type="float" />
Expand Down

0 comments on commit bdc57b4

Please sign in to comment.