From 0eeb1a7d0d540073a6e62e3203d304730493faf8 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 --- doc/classes/Node.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e872fee1cc6..9178343c70d 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -42,6 +42,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.