mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove obsolete "dectime" method
Replaced by "move_toward"
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user