From 879c37d65802735f17326c1a668fdd7d9209bc53 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 4 Sep 2021 00:12:37 +0200 Subject: Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED` The new name is less misleading, as the notification is only emitted when the node name (or one of its parents' names) is changed. --- doc/classes/Node.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 7d79c50466..ef03191a18 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -786,8 +786,8 @@ Notification received when a drag ends. - - Notification received when the node's [NodePath] changed. + + Notification received when the node's name or one of its parents' name is changed. This notification is [i]not[/i] received when the node is removed from the scene tree to be added to another parent later on. Notification received every frame when the internal process flag is set (see [method set_process_internal]). -- cgit v1.2.3