From 1ea55ae07566f2e79d227c253b2707c652f810ef Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 25 Jul 2024 13:26:42 +0800 Subject: [PATCH] Add link to notification docs in SceneTree docs --- doc/classes/SceneTree.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index bae5fe12054..77baef9d089 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -156,7 +156,7 @@ - Calls [method Object.notification] with the given [param notification] to all nodes inside this tree added to the [param group]. See also [method call_group] and [method set_group]. + Calls [method Object.notification] with the given [param notification] to all nodes inside this tree added to the [param group]. See also [url=$DOCS_URL/tutorials/best_practices/godot_notifications.html]Godot notifications[/url] and [method call_group] and [method set_group]. [b]Note:[/b] This method acts immediately on all selected nodes at once, which may cause stuttering in some performance-intensive situations.