浏览代码

Merge pull request #56261 from skyace65/OSDebug

State that get static memory usage only works in debug
Max Hilbrunner 3 年之前
父节点
当前提交
bc2445d0eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/OS.xml

+ 1 - 1
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">