From 1137ccb05059d8ef7e0e4a15993feb70409c4c9c Mon Sep 17 00:00:00 2001 From: Randall Fulton Date: Mon, 24 Jun 2019 12:57:14 -0500 Subject: [PATCH] Add docstring for Object.set_deferred (cherry picked from commit 6843ad87a4b07899a813bf35a85afb611566820c) --- doc/classes/Object.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index ed8f7d49b39..e8997724053 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -358,6 +358,7 @@ + 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].