diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-07-31 10:20:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 10:20:29 +0200 |
commit | d7b61838b1a2d90fec2446c23549bb77714c3bb6 (patch) | |
tree | 693d818950a14e42d3fc03196d6b9d41aa137f09 /doc | |
parent | f2efa6f4f38895a4adf8efc1e4f358a8dc5779cb (diff) | |
parent | 2733b9abd8c1a8aafd3e69bd8cf1fccf1aad7ae8 (diff) |
Merge pull request #51084 from aaronfranke/no-dectime
Remove obsolete `dectime` method
Diffstat (limited to 'doc')
-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" /> |