Browse Source

State that get static memory usage only works in debug

(cherry picked from commit 32b4edbe4e096dfaaae34c2795e63c9e7e5fe4f4)
skyace65 3 years ago
parent
commit
ea637f641e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
doc/classes/OS.xml

@@ -427,7 +427,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">