Merge pull request #30016 from randall-fulton/docs/object-set-deferred

Add docstring for Object.set_deferred
This commit is contained in:
Rémi Verschelde 2019-06-24 22:09:15 +02:00 committed by GitHub
commit 8c483886d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">