summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorskyace65 <trekie96@hotmail.com>2021-12-26 15:19:14 -0500
committerskyace65 <trekie96@hotmail.com>2021-12-26 15:19:14 -0500
commit32b4edbe4e096dfaaae34c2795e63c9e7e5fe4f4 (patch)
tree6e65b15a445ebbe9a23e84c2a63c3af7c9ad5c2d /doc/classes
parent28174d531b7128f0281fc2b88da2f4962fd3513e (diff)
downloadredot-engine-32b4edbe4e096dfaaae34c2795e63c9e7e5fe4f4.tar.gz
State that get static memory usage only works in debug
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index ffc02f09a9..1ed4b335ad 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -348,7 +348,7 @@
<method name="get_static_memory_usage" qualifiers="const">
<return type="int" />
<description>
- Returns the amount of static memory being used by the program in bytes.
+ Returns the amount of static memory being used by the program in bytes (only works in debug).
</description>
</method>
<method name="get_system_dir" qualifiers="const">