Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED

This commit is contained in:
VolTer
2022-08-15 00:50:31 +02:00
parent f04004b24c
commit 2599710793
5 changed files with 6 additions and 6 deletions

View File

@@ -856,8 +856,8 @@
<constant name="NOTIFICATION_UNPARENTED" value="19">
Notification received when a node is unparented (parent removed it from the list of children).
</constant>
<constant name="NOTIFICATION_INSTANCED" value="20">
Notification received when the node is instantiated.
<constant name="NOTIFICATION_SCENE_INSTANTIATED" value="20">
Notification received by scene owner when its scene is instantiated.
</constant>
<constant name="NOTIFICATION_DRAG_BEGIN" value="21">
Notification received when a drag operation begins. All nodes receive this notification, not only the dragged one.