We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOTIFICATION_PREDELETE
1 parent 0a4aedb commit d33f482Copy full SHA for d33f482
doc/classes/Object.xml
@@ -1121,7 +1121,7 @@
1121
Notification received when the object is initialized, before its script is attached. Used internally.
1122
</constant>
1123
<constant name="NOTIFICATION_PREDELETE" value="1">
1124
- Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
+ Notification received when the object is about to be deleted. Can be used like destructors in object-oriented programming languages.
1125
1126
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
1127
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
0 commit comments