From 7b05b4c83c94b5c1bbdf5372328192d5ea9f4bea Mon Sep 17 00:00:00 2001 From: MSC Date: Fri, 5 Aug 2016 05:29:23 -0500 Subject: [PATCH] Some additions to the OS documentation (#6037) --- doc/base/classes.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index e4b2a2075bf..7b7430ec139 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -22339,6 +22339,7 @@ + Displays a modal dialog box utilizing the host OS. @@ -22352,6 +22353,7 @@ + Returns if the current host platform is using multiple threads. @@ -22372,12 +22374,17 @@ + Dumps the memory allocation ringlist to a file (only works in debug). + Entry format per line: "Address - Size - Description" + Dumps all used resources to file (only works in debug). + Entry format per line: "Resource Type : Resource Location" + At the end of the file is a statistic of all used Resource Types. @@ -22401,12 +22408,14 @@ + Returns the scancode of the given string (e.g. "Escape") + Returns true if the current window is borderless. @@ -22434,6 +22443,7 @@ + Returns the value of the commandline argument "-level". @@ -22482,6 +22492,14 @@ + Returns the current engine version information in a Dictionary. + + "major" - Holds the major version number as a String + "minor" - Holds the minor version number as a String + "patch" - Holds the patch version number as a String + "status" - Holds the status (e.g. "beta", "rc1", "rc2", ... "stable") as a String + "revision" - Holds the revision (e.g. "custom-build") as a String + "string" - major + minor + patch + status + revision in a single String @@ -22534,6 +22552,8 @@ + Returns the current latin keyboard variant as a String. + Possible return values are: "QWERTY", "AZERTY", "QZERTY", "DVORAK", "NEO" or "ERROR" @@ -22554,6 +22574,7 @@ + Returns the model name of the current device. @@ -22583,6 +22604,7 @@ + Returns the given scancode as a string (e.g. Return values: "Escape", "Shift+Escape").