Skip to content

Commit c331fb0

Browse files
committed
Merge pull request #94719 from thadguidry/improve-SceneTree-docs
Add link to notification docs in SceneTree docs
2 parents 13c6c0c + 1ea55ae commit c331fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/classes/SceneTree.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<param index="0" name="group" type="StringName" />
157157
<param index="1" name="notification" type="int" />
158158
<description>
159-
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].
159+
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].
160160
[b]Note:[/b] This method acts immediately on all selected nodes at once, which may cause stuttering in some performance-intensive situations.
161161
</description>
162162
</method>

0 commit comments

Comments
 (0)