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.
</description>
</method>
<methodname="is_greater_than"qualifiers="const">
@ -584,7 +591,15 @@
<returntype="void"/>
<argumentindex="0"name="fold"type="bool"/>
<description>
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.
</description>
</method>
<methodname="set_editable_instance">
<returntype="void"/>
<argumentindex="0"name="node"type="Node"/>
<argumentindex="1"name="is_editable"type="bool"/>
<description>
Sets the editable children state of [code]node[/code] relative to this node. This method is only intended for use with editor tooling.