Merge pull request #68709 from MewPurPur/instance-begone-part3

Remove more instances of 'instance' being used as a verb
This commit is contained in:
Rémi Verschelde 2022-11-16 14:41:42 +01:00
commit 6d2a7cb46d
No known key found for this signature in database
GPG key ID: C3336907360768E1
28 changed files with 69 additions and 69 deletions

View file

@ -150,7 +150,7 @@
<param index="1" name="pinned" type="bool" />
<description>
Emit it if you want to mark (or unmark) the value of a property for being saved regardless of being equal to the default value.
The default value is the one the property will get when the node is just instantiated and can come from an ancestor scene in the inheritance/instancing chain, a script or a builtin class.
The default value is the one the property will get when the node is just instantiated and can come from an ancestor scene in the inheritance/instantiation chain, a script or a builtin class.
</description>
</signal>
<signal name="resource_selected">

View file

@ -46,7 +46,7 @@
<description>
</description>
</signal>
<signal name="instance">
<signal name="instantiate">
<param index="0" name="files" type="PackedStringArray" />
<description>
</description>

View file

@ -991,7 +991,7 @@
<constant name="DUPLICATE_SCRIPTS" value="4" enum="DuplicateFlags">
Duplicate the node's scripts.
</constant>
<constant name="DUPLICATE_USE_INSTANCING" value="8" enum="DuplicateFlags">
<constant name="DUPLICATE_USE_INSTANTIATION" value="8" enum="DuplicateFlags">
Duplicate using instancing.
An instance stays linked to the original so when the original changes, the instance changes too.
</constant>