diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-03-07 22:12:12 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-03-07 22:13:49 +0100 |
commit | 4e3d5a9a2c4cc9658a1a65415911b20e0c6cd9e6 (patch) | |
tree | b19f4ac012ae0e926596326a3b81312463ccb5b4 /doc/classes | |
parent | f488a841c7225a4d80abbc04c74079fbbac01c77 (diff) |
VariantUtility: Unexpose `Math::range_step_decimals`
This method was meant only as a convenience for editor code
to allow using a step of 0 to disable snapping.
It was exposed by mistake when refactoring GlobalScope.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 3cfc6f3bd2..1228cd771c 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -791,12 +791,6 @@ [/codeblock] </description> </method> - <method name="range_step_decimals"> - <return type="int" /> - <argument index="0" name="x" type="float" /> - <description> - </description> - </method> <method name="rid_allocate_id"> <return type="int" /> <description> |