aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Physics2DServer.xml
diff options
context:
space:
mode:
authorPoommetee Ketson2018-02-25 13:19:42 +0700
committerPoommetee Ketson2018-02-25 15:14:25 +0700
commiteb63f7b071093238da663e00e69abbbbf490a5af (patch)
tree01347d5d9ac8d2c7d03818faf02b7e142960c5e0 /doc/classes/Physics2DServer.xml
parentbd3b958a2545c3f4dd4afa2e69b690a3c6aa78fc (diff)
downloadgodot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.gz
godot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.zst
godot-eb63f7b071093238da663e00e69abbbbf490a5af.zip
[DOCS] Sync classref with current source
Diffstat (limited to '')
-rw-r--r--doc/classes/Physics2DServer.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml
index 644731516..a97a198e4 100644
--- a/doc/classes/Physics2DServer.xml
+++ b/doc/classes/Physics2DServer.xml
@@ -713,9 +713,11 @@
</argument>
<argument index="2" name="motion" type="Vector2">
</argument>
- <argument index="3" name="margin" type="float" default="0.08">
+ <argument index="3" name="infinite_inertia" type="bool">
</argument>
- <argument index="4" name="result" type="Physics2DTestMotionResult" default="null">
+ <argument index="4" name="margin" type="float" default="0.08">
+ </argument>
+ <argument index="5" name="result" type="Physics2DTestMotionResult" default="null">
</argument>
<description>
Returns whether a body can move from a given point in a given direction. Apart from the boolean return value, a [Physics2DTestMotionResult] can be passed to return additional information in.