Merge pull request #3907 from Stabington/master

set_time_scale docs
This commit is contained in:
Rémi Verschelde 2016-03-03 10:38:47 +01:00
commit 5200ebd8fd

View file

@ -20360,6 +20360,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
<argument index="0" name="time_scale" type="float">
</argument>
<description>
Speeds up or slows down the physics by changing the delta variable. (delta * time_scale)
</description>
</method>
<method name="get_time_scale">