Rename TYPE_REAL to TYPE_FLOAT

To be consistent with the naming everywhere else.
This commit is contained in:
George Marques
2020-12-04 09:25:14 -03:00
parent ea7dd1be36
commit 02f60812ed
5 changed files with 10 additions and 10 deletions

View File

@@ -2504,7 +2504,7 @@
<constant name="TYPE_INT" value="2" enum="Variant.Type">
Variable is of type [int].
</constant>
<constant name="TYPE_REAL" value="3" enum="Variant.Type">
<constant name="TYPE_FLOAT" value="3" enum="Variant.Type">
Variable is of type [float] (real).
</constant>
<constant name="TYPE_STRING" value="4" enum="Variant.Type">