Merge pull request #38784 from remram44/patch-1
[DOC] Update description of Object.free() method
This commit is contained in:
commit
ebc63dac30
@ -194,7 +194,7 @@
|
|||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Deletes the object from memory. Any pre-existing reference to the freed object will now return [code]null[/code].
|
Deletes the object from memory. Any pre-existing reference to the freed object will become invalid, e.g. [code]is_instance_valid(object)[/code] will return [code]false[/code].
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get" qualifiers="const">
|
<method name="get" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user