diff --git a/guides/Documentation.htm b/guides/Documentation.htm
index 1300a25e..46945838 100644
--- a/guides/Documentation.htm
+++ b/guides/Documentation.htm
@@ -187,18 +187,24 @@
Animator
Application
Class methods:
@@ -1903,6 +1909,48 @@ Animator.AdjustDuration
amount (Integer): The amount to adjust the animator's duration.
+
+
Application.GetEngineVersionString
+ Application.GetEngineVersionString()
+ Gets the engine version string.
+ Returns:
+ Returns a String value.
+
+
+
Application.GetEngineVersionMajor
+ Application.GetEngineVersionMajor()
+ Gets the major engine version.
+ Returns:
+ Returns an Integer value.
+
+
+
Application.GetEngineVersionMinor
+ Application.GetEngineVersionMinor()
+ Gets the minor engine version.
+ Returns:
+ Returns an Integer value.
+
+
+
Application.GetEngineVersionPatch
+ Application.GetEngineVersionPatch()
+ Gets the minor engine version.
+ Returns:
+ Returns an Integer value.
+
+
+
Application.GetEngineVersionPrerelease
+ Application.GetEngineVersionPrerelease()
+ Gets the prerelease engine version.
+ Returns:
+ Returns a String value, or null
.
+
+
+
Application.GetEngineVersionCodename
+ Application.GetEngineVersionCodename()
+ Gets the engine version codename.
+ Returns:
+ Returns a String value, or null
.
+
Application.GetFPS
Application.GetFPS()
@@ -1946,20 +1994,20 @@ Application.GetGameTitleShort
Application.GetGameTitleShort()
Gets the short game title of the application.
-
-
Application.GetVersion
- Application.GetVersion()
+
+
Application.GetGameVersion
+ Application.GetGameVersion()
Gets the version of the application.
-
-
Application.GetDescription
- Application.GetDescription()
- Gets the description of the application.
+
+
Application.GetGameDescription
+ Application.GetGameDescription()
+ Gets the description of the game.
Application.SetGameTitle
Application.SetGameTitle(title)
- Sets the game title of the application.
+ Sets the title of the game.
Parameters:
- title (String): Game title.
@@ -1968,25 +2016,25 @@ Application.SetGameTitle
Application.SetGameTitleShort
Application.SetGameTitleShort(title)
- Sets the short game title of the application.
+ Sets the short title of the game.
Parameters:
- title (String): Short game title.
-
-
Application.SetVersion
- Application.SetVersion(title)
- Sets the version of the application.
+
+
Application.SetGameVersion
+ Application.SetGameVersion(title)
+ Sets the version of the game.
Parameters:
- title (String): Game version.
-
-
Application.SetDescription
- Application.SetDescription(title)
- Sets the description of the application.
+
+
Application.SetGameDescription
+ Application.SetGameDescription(title)
+ Sets the description of the game.
Parameters:
- title (String): Game description.
@@ -8983,7 +9031,7 @@ XML.Parse
Returns:
Returns a Map value if the text can be decoded, otherwise returns null
.
- 663 out of 722 functions have descriptions.
+ 669 out of 728 functions have descriptions.
Instance methods