Skip to content

Commit

Permalink
Merge pull request #94719 from thadguidry/improve-SceneTree-docs
Browse files Browse the repository at this point in the history
Add link to notification docs in SceneTree docs
  • Loading branch information
akien-mga committed Jul 26, 2024
2 parents 13c6c0c + 1ea55ae commit c331fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/SceneTree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [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.
</description>
</method>
Expand Down

0 comments on commit c331fb0

Please sign in to comment.