classref: Sync with current master branch (48f361a)

This commit is contained in:
Godot Organization
2025-06-21 03:33:18 +00:00
parent dd722623c6
commit 798987f5fb
35 changed files with 1079 additions and 396 deletions
+2
View File
@@ -619,6 +619,8 @@ Called when the object receives a notification, which can be identified in ``wha
\ **Note:** The base **Object** defines a few notifications (:ref:`NOTIFICATION_POSTINITIALIZE<class_Object_constant_NOTIFICATION_POSTINITIALIZE>` and :ref:`NOTIFICATION_PREDELETE<class_Object_constant_NOTIFICATION_PREDELETE>`). Inheriting classes such as :ref:`Node<class_Node>` define a lot more notifications, which are also received by this method.
\ **Note:** Unlike other virtual methods, this method is called automatically for every script that overrides it. This means that the base implementation should not be called via ``super`` in GDScript or its equivalents in other languages.
.. rst-class:: classref-item-separator
----