From 7eb6ae279848e8300431cfe925be70fa7ffd7299 Mon Sep 17 00:00:00 2001 From: Lyuma Date: Sun, 22 Aug 2021 19:18:29 -0700 Subject: Make Node editable_instance methods available to GDScript --- doc/classes/Node.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 97e6c71ef9..25f1f50b6f 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -384,7 +384,14 @@ - Returns [code]true[/code] if the node is folded (collapsed) in the Scene dock. + Returns [code]true[/code] if the node is folded (collapsed) in the Scene dock. This method is only intended for use with editor tooling. + + + + + + + Returns [code]true[/code] if [code]node[/code] has editable children enabled relative to this node. This method is only intended for use with editor tooling. @@ -592,7 +599,15 @@ - Sets the folded state of the node in the Scene dock. + Sets the folded state of the node in the Scene dock. This method is only intended for use with editor tooling. + + + + + + + + Sets the editable children state of [code]node[/code] relative to this node. This method is only intended for use with editor tooling. -- cgit v1.2.3