diff options
author | Randall Fulton <randall.ml.fulton@gmail.com> | 2019-06-24 12:57:14 -0500 |
---|---|---|
committer | Randall Fulton <randall.ml.fulton@gmail.com> | 2019-06-24 12:57:14 -0500 |
commit | 6843ad87a4b07899a813bf35a85afb611566820c (patch) | |
tree | b12754d360d1da957c1c1068cd2f60680144cb66 | |
parent | ab932bb675f7966b94c46da76ca822ebbf24ddd2 (diff) |
Add docstring for Object.set_deferred
-rw-r--r-- | doc/classes/Object.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index c9910360ed..548a0c18bb 100644 --- a/doc/classes/Object.xml +++ b/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"> |