1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

State that get static memory usage only works in debug

(cherry picked from commit 32b4edbe4e)
This commit is contained in:
skyace65
2021-12-26 15:19:14 -05:00
committed by Rémi Verschelde
parent 97695d3796
commit ea637f641e

View File

@@ -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">