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.
2 parents d2a5153 + d33f482 commit 330cb45Copy full SHA for 330cb45
doc/classes/Object.xml
@@ -1134,7 +1134,7 @@
1134
Notification received when the object is initialized, before its script is attached. Used internally.
1135
</constant>
1136
<constant name="NOTIFICATION_PREDELETE" value="1">
1137
- 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.
1138
1139
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
1140
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
0 commit comments