diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-30 12:01:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 12:01:58 +0200 |
commit | 889c522a1954a11df93e3db59f61e41967c099d7 (patch) | |
tree | 2b7079e1ad378a371c69b2a982c928d3a4e6ea1c /doc/classes/PackedScene.xml | |
parent | 432b25d3649319517827dbf7bc275e81e0a2b92e (diff) | |
parent | 2599710793cebac9575420aafcfa80020e1565c1 (diff) |
Merge pull request #64410 from MewPurPur/rename-notification-instanced
Diffstat (limited to 'doc/classes/PackedScene.xml')
-rw-r--r-- | doc/classes/PackedScene.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml index 754d3ac73d..97595a6984 100644 --- a/doc/classes/PackedScene.xml +++ b/doc/classes/PackedScene.xml @@ -92,7 +92,7 @@ <return type="Node" /> <param 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"> |