Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-05-08 23:51:24 +02:00
parent d7b391ddb7
commit 80938cfdf2
55 changed files with 373 additions and 202 deletions

View File

@@ -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