Change "deconstructor" to "destructor" in NOTIFICATION_PREDELETE
docs
This commit is contained in:
parent
0a4aedb360
commit
d33f4820cd
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@
|
||||||
Notification received when the object is initialized, before its script is attached. Used internally.
|
Notification received when the object is initialized, before its script is attached. Used internally.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="NOTIFICATION_PREDELETE" value="1">
|
<constant name="NOTIFICATION_PREDELETE" value="1">
|
||||||
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.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
|
<constant name="NOTIFICATION_EXTENSION_RELOADED" value="2">
|
||||||
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
|
Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
|
||||||
|
|
Loading…
Reference in a new issue