classref: Sync with current master branch (4e990cd)

This commit is contained in:
Godot Organization
2024-02-10 03:19:07 +00:00
parent 5062d09306
commit 7939a1645b
32 changed files with 978 additions and 399 deletions
+8
View File
@@ -281,6 +281,14 @@ Notification received when the object is initialized, before its script is attac
Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
.. _class_Object_constant_NOTIFICATION_EXTENSION_RELOADED:
.. rst-class:: classref-constant
**NOTIFICATION_EXTENSION_RELOADED** = ``2``
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
.. rst-class:: classref-section-separator
----