mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source
This commit is contained in:
@@ -93,11 +93,11 @@ Returns the current engine version information in a Dictionary.
|
||||
|
||||
|
||||
|
||||
"major" - Holds the major version number as a String
|
||||
"major" - Holds the major version number as an int
|
||||
|
||||
"minor" - Holds the minor version number as a String
|
||||
"minor" - Holds the minor version number as an int
|
||||
|
||||
"patch" - Holds the patch version number as a String
|
||||
"patch" - Holds the patch version number as an int
|
||||
|
||||
"status" - Holds the status (e.g. "beta", "rc1", "rc2", ... "stable") as a String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user