Explorar o código

Add docstring for Object.set_deferred

Randall Fulton %!s(int64=6) %!d(string=hai) anos
pai
achega
6843ad87a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/classes/Object.xml

+ 1 - 0
doc/classes/Object.xml

@@ -374,6 +374,7 @@
 			<argument index="1" name="value" type="Variant">
 			</argument>
 			<description>
+				Set property into the object, after the current frame's physics step. This is equivalent to calling [method set] via [method call_deferred], i.e. [code]call_deferred("set", [property, value])[/code].
 			</description>
 		</method>
 		<method name="set_indexed">