summaryrefslogtreecommitdiff
path: root/doc/classes/Node.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-04-19 12:26:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2021-04-19 12:26:37 +0200
commit29775a1714d01f35570ef708d24a1cde77aa1a5a (patch)
treebd9662414f94826f026db9b4418578f4e5fd2040 /doc/classes/Node.xml
parent8ba06e3161315f1af4207443df86b82d4dd6f06c (diff)
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r--doc/classes/Node.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index b5335e47cd..523f3a0c17 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -38,7 +38,7 @@
</description>
</method>
<method name="_get_configuration_warnings" qualifiers="virtual">
- <return type="Array">
+ <return type="String[]">
</return>
<description>
The elements in the array returned from this method are displayed as warnings in the Scene Dock if the script that overrides it is a [code]tool[/code] script.