summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-25 20:55:30 +0200
committerGitHub <noreply@github.com>2022-08-25 20:55:30 +0200
commitce78d280b39e1e6d0cd700ff10a512acdfaf4282 (patch)
tree43fca635ffe4fc673dd95dd857d2e736b792517a /doc/classes
parentf03ac21ea8bf04b5ac0243706facdbde45ba7385 (diff)
parent465c423abb72dfe95007e0eba13032a71fe63cff (diff)
Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file
Remove unimplemented `OS.dump_memory_to_file()` method
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index e4b5404c2c..e180c73733 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -88,14 +88,6 @@
[b]Note:[/b] When [method delay_usec] is called on the main thread, it will freeze the project and will prevent it from redrawing and registering input until the delay has passed. When using [method delay_usec] as part of an [EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze the project if it is currently running (since the project is an independent child process).
</description>
</method>
- <method name="dump_memory_to_file">
- <return type="void" />
- <param index="0" name="file" type="String" />
- <description>
- Dumps the memory allocation ringlist to a file (only works in debug).
- Entry format per line: "Address - Size - Description".
- </description>
- </method>
<method name="dump_resources_to_file">
<return type="void" />
<param index="0" name="file" type="String" />