mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename TYPE_REAL to TYPE_FLOAT
To be consistent with the naming everywhere else.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user