Skip to content

Commit

Permalink
Merge pull request #879 from Spartan322/4.3-fix/docs-godot-practices
Browse files Browse the repository at this point in the history
[4.3] Fix invalid doc references to godot_notifications
  • Loading branch information
Spartan322 authored Nov 24, 2024
2 parents 65de49c + eb7f50e commit 79bb24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/classes/Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<tutorials>
<link title="Object class introduction">$DOCS_URL/contributing/development/core_and_modules/object_class.html</link>
<link title="When and how to avoid using nodes for everything">$DOCS_URL/tutorials/best_practices/node_alternatives.html</link>
<link title="Object notifications">$DOCS_URL/tutorials/best_practices/godot_notifications.html</link>
<link title="Object notifications">$DOCS_URL/tutorials/best_practices/redot_notifications.html</link>
</tutorials>
<methods>
<method name="_get" qualifiers="virtual">
Expand Down
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 [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>
Expand Down

0 comments on commit 79bb24a

Please sign in to comment.