From e3def401609a7fd0304779d0a95f01e039e7478d Mon Sep 17 00:00:00 2001 From: megalobyte Date: Fri, 18 Jun 2021 06:49:30 -0700 Subject: Update editor description property flag --- doc/classes/Node.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 843db8c174..3745b394e0 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -228,11 +228,6 @@ If [code]include_internal[/code] is [code]false[/code], the returned array won't include internal children (see [code]internal[/code] parameter in [method add_child]). - - - - - @@ -618,12 +613,6 @@ Sets the editable children state of [code]node[/code] relative to this node. This method is only intended for use with editor tooling. - - - - - - @@ -702,6 +691,9 @@ The override to the default [MultiplayerAPI]. Set to [code]null[/code] to use the default [SceneTree] one. + + Add a custom description to a node. + The [MultiplayerAPI] instance associated with this node. Either the [member custom_multiplayer], or the default SceneTree one (if inside tree). -- cgit v1.2.3