diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-11-24 01:13:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 01:13:08 +0000 |
commit | 79bb24a83542026ff361993a174693e88abfd964 (patch) | |
tree | 5066e7befa91ceaadacdb2118ebc519ea69becc8 /doc/classes/SceneTree.xml | |
parent | 65de49c552e29e028754ac32638d075c26a6db24 (diff) | |
parent | eb7f50e933d3c261d12275faa46b010615f9c1cb (diff) | |
download | redot-engine-79bb24a83542026ff361993a174693e88abfd964.tar.gz |
Merge pull request #879 from Spartan322/4.3-fix/docs-godot-practices
[4.3] Fix invalid doc references to godot_notifications
Diffstat (limited to 'doc/classes/SceneTree.xml')
-rw-r--r-- | doc/classes/SceneTree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index cc884f2926..3a67a6fa20 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -156,7 +156,7 @@ <param index="0" name="group" type="StringName" /> <param index="1" name="notification" type="int" /> <description> - 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]Redot notifications[/url] and [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/redot_notifications.html]Redot 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. </description> </method> |