[DOCS] Sync classref with current source

This commit is contained in:
Poommetee Ketson 2018-02-25 13:19:42 +07:00
parent bd3b958a25
commit eb63f7b071
18 changed files with 161 additions and 25 deletions

View file

@ -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.