Преглед изворни кода

Merge pull request #38784 from remram44/patch-1

[DOC] Update description of Object.free() method
Max Hilbrunner пре 5 година
родитељ
комит
ebc63dac30
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/Object.xml

+ 1 - 1
doc/classes/Object.xml

@@ -194,7 +194,7 @@
 			<return type="void">
 			</return>
 			<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>
 		</method>
 		<method name="get" qualifiers="const">