From 2599710793cebac9575420aafcfa80020e1565c1 Mon Sep 17 00:00:00 2001 From: VolTer Date: Mon, 15 Aug 2022 00:50:31 +0200 Subject: Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED --- doc/classes/Node.xml | 4 ++-- doc/classes/PackedScene.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 8cc8498609..38a497b562 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -856,8 +856,8 @@ Notification received when a node is unparented (parent removed it from the list of children). - - Notification received when the node is instantiated. + + Notification received by scene owner when its scene is instantiated. Notification received when a drag operation begins. All nodes receive this notification, not only the dragged one. diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 821fc1ae95..038b774b97 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -92,7 +92,7 @@ - Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers a [constant Node.NOTIFICATION_INSTANCED] notification on the root node. + Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers a [constant Node.NOTIFICATION_SCENE_INSTANTIATED] notification on the root node. -- cgit v1.2.3