diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-02 03:14:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 03:14:51 +0100 |
commit | d58dfd4a7c02504c1fb5a436e0410420d6b30023 (patch) | |
tree | 469491a5669728613600a64a817ebef29839343f | |
parent | bc2445d0eb1b4d00de7506fbea4384212c8dfe16 (diff) | |
parent | f10cc3d7f6f34d18cb3661f915de8a944904b70e (diff) |
Merge pull request #56184 from skyace65/ObjectNotificationsLink
Add a link to the notifications tutorial page in the object class reference
-rw-r--r-- | doc/classes/Object.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 860e252805..e796cb2298 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -30,6 +30,7 @@ </description> <tutorials> <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> </tutorials> <methods> <method name="_get" qualifiers="virtual"> |