From 8e652a1400ee20b99cf4829e8b4883fe3f254d59 Mon Sep 17 00:00:00 2001 From: Hasan Yusuf Ahmed Date: Thu, 21 Mar 2019 20:06:35 -0400 Subject: [PATCH] Added minimal documentation for _get_configuration_warning method (cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8) --- doc/classes/Node.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index b387e51c894..1fb2e7350fd 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -40,6 +40,8 @@ + The string returned from this method is displayed as a warning in the "Scene Dock" if the script that overrides it is a [code]tool[/code] script. + Returning an empty string produces no warning.