diff options
| author | skyace65 <trekie96@hotmail.com> | 2021-12-22 21:37:54 -0500 |
|---|---|---|
| committer | skyace65 <trekie96@hotmail.com> | 2021-12-22 21:37:54 -0500 |
| commit | f10cc3d7f6f34d18cb3661f915de8a944904b70e (patch) | |
| tree | 3bd98d3eadd7f904288ddb0c755125c58ff2ade7 | |
| parent | 8485d0c53a55ee0295187a3144b390f35787b57d (diff) | |
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"> |