mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-03 10:09:19 +03:00
Remove deprecated decimals builtin
Replaced by 'step_decimals' in 3.2 via #21425.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
<constant name="MATH_EASE" value="23" enum="BuiltinFunc">
|
||||
Easing function, based on exponent. 0 is constant, 1 is linear, 0 to 1 is ease-in, 1+ is ease out. Negative values are in-out/out in.
|
||||
</constant>
|
||||
<constant name="MATH_DECIMALS" value="24" enum="BuiltinFunc">
|
||||
<constant name="MATH_STEP_DECIMALS" value="24" enum="BuiltinFunc">
|
||||
Return the number of digit places after the decimal that the first non-zero digit occurs.
|
||||
</constant>
|
||||
<constant name="MATH_STEPIFY" value="25" enum="BuiltinFunc">
|
||||
|
||||
Reference in New Issue
Block a user