瀏覽代碼

Add docstring for Object.set_deferred

Randall Fulton 6 年之前
父節點
當前提交
6843ad87a4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 index="1" name="value" type="Variant">
 			</argument>
 			</argument>
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="set_indexed">
 		<method name="set_indexed">