1
0
Fork 0
This commit is contained in:
Aaron Franke 2025-02-28 01:36:31 +01:00 committed by GitHub
commit 646322a754
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@
<method name="free" keywords="delete, remove, kill, die">
<return type="void" />
<description>
Deletes the object from memory. Pre-existing references to the object become invalid, and any attempt to access them will result in a run-time error. Checking the references with [method @GlobalScope.is_instance_valid] will return [code]false[/code].
Deletes the object from memory. Pre-existing references to the object become invalid, and any attempt to access them will result in a runtime error. Checking the references with [method @GlobalScope.is_instance_valid] will return [code]false[/code]. This is equivalent to the [code]memdelete(obj)[/code] function in GDExtension C++ and in-engine C++.
</description>
</method>
<method name="get" qualifiers="const">