diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-07-30 16:13:59 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-07-30 16:41:28 -0500 |
commit | 2733b9abd8c1a8aafd3e69bd8cf1fccf1aad7ae8 (patch) | |
tree | 2e52c1040828d96f705772d68ba82048f5f5c5a9 /doc/classes | |
parent | 63be3c1f006c0f033925c3fe9afe5ba39f4df0ea (diff) |
Remove obsolete "dectime" method
Replaced by "move_toward"
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 33d877af29..c86812742c 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -193,19 +193,6 @@ Converts from decibels to linear energy (audio). </description> </method> - <method name="dectime"> - <return type="float" /> - <argument index="0" name="value" type="float" /> - <argument index="1" name="amount" type="float" /> - <argument index="2" name="step" type="float" /> - <description> - Returns the result of [code]value[/code] decreased by [code]step[/code] * [code]amount[/code]. - [codeblock] - # a = 59 - a = dectime(60, 10, 0.1)) - [/codeblock] - </description> - </method> <method name="deg2rad"> <return type="float" /> <argument index="0" name="deg" type="float" /> |