From 0b3a49ef182aa135a9f5e1125e489f445f51832a Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Mon, 2 Oct 2017 22:54:50 -0500 Subject: [PATCH] Updated some documentation for the OS class. --- doc/classes/OS.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 65200c47697..d584e3ea270 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -326,6 +326,7 @@ + Returns the amount of static memory being used by the program in bytes. @@ -340,6 +341,7 @@ + Returns the epoch time of the operating system in seconds. @@ -435,6 +437,9 @@ + Returns [code]true[/code] if the build is a debug build. + Returns [code]true[/code] when running in the editor. + Returns [code]false[/code] if the build is a release build. @@ -476,6 +481,7 @@ + Returns [code]true[/code] if synchronizing the framerate to the monitor's refresh rate is enabled. @@ -688,6 +694,7 @@ + If [code]true[/code] the framerate will synchronize to the monitor's refresh rate.