mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Changed TYPE_FLOAT to TYPE_REAL
This commit is contained in:
@@ -895,7 +895,7 @@ There are 6 pattern types:
|
||||
matches the contents of a variable/enum ::
|
||||
|
||||
match typeof(x):
|
||||
TYPE_FLOAT:
|
||||
TYPE_REAL:
|
||||
print("float")
|
||||
TYPE_STRING:
|
||||
print("text")
|
||||
|
||||
Reference in New Issue
Block a user