mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add a link to the notifications page from the Object class page (#5465)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
(cherry picked from commit a4746a2366)
This commit is contained in:
@@ -237,6 +237,13 @@ Adding signals to a class is done in ``_bind_methods``, using the
|
||||
|
||||
ADD_SIGNAL(MethodInfo("been_killed"))
|
||||
|
||||
Notifications
|
||||
-------------
|
||||
|
||||
All objects in Godot have a :ref:`_notification <class_Object_method__notification>`
|
||||
method that allows it to respond to engine level callbacks that may relate to it.
|
||||
More information can be found on the :ref:`doc_godot_notifications` page.
|
||||
|
||||
References
|
||||
----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user