Rename NOTIFICATION_INSTANCED to NOTIFICATION_SCENE_INSTANTIATED
This commit is contained in:
parent
f04004b24c
commit
2599710793
5 changed files with 6 additions and 6 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<return type="Node" />
|
||||
<argument index="0" name="edit_state" type="int" enum="PackedScene.GenEditState" default="0" />
|
||||
<description>
|
||||
Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers a [constant Node.NOTIFICATION_INSTANCED] notification on the root node.
|
||||
Instantiates the scene's node hierarchy. Triggers child scene instantiation(s). Triggers a [constant Node.NOTIFICATION_SCENE_INSTANTIATED] notification on the root node.
|
||||
</description>
|
||||
</method>
|
||||
<method name="pack">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue