Expose NOTIFICATION_EXTENSION_RELOADED to ClassDB
This commit is contained in:
@@ -1056,6 +1056,9 @@
|
||||
<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.
|
||||
</constant>
|
||||
<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.
|
||||
</constant>
|
||||
<constant name="CONNECT_DEFERRED" value="1" enum="ConnectFlags">
|
||||
Deferred connections trigger their [Callable]s on idle time (at the end of the frame), rather than instantly.
|
||||
</constant>
|
||||
|
||||
Reference in New Issue
Block a user