Add docstring for Object.set_deferred

(cherry picked from commit 6843ad87a4)
This commit is contained in:
Randall Fulton 2019-06-24 12:57:14 -05:00 committed by Rémi Verschelde
parent a08141120e
commit 1137ccb050
1 changed files with 1 additions and 0 deletions

View File

@ -358,6 +358,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">