diff options
author | Stabington <stabington@openmailbox.org> | 2016-03-03 10:07:10 +0100 |
---|---|---|
committer | Stabington <stabington@openmailbox.org> | 2016-03-03 10:07:10 +0100 |
commit | 6b7ec5de695623c395827533225ce864d3486d4b (patch) | |
tree | 5bb729c3ac351f617b4cf8741447807efc158434 | |
parent | 26342b34aaaa2daedb51b36f5c209341d146097b (diff) |
set_time_scale docs
This is correct?
-rw-r--r-- | doc/base/classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f17007deac..e658e2ad96 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -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"> |