Merge pull request #68709 from MewPurPur/instance-begone-part3
Remove more instances of 'instance' being used as a verb
This commit is contained in:
commit
6d2a7cb46d
28 changed files with 69 additions and 69 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="instance">
|
||||
<signal name="instantiate">
|
||||
<param index="0" name="files" type="PackedStringArray" />
|
||||
<description>
|
||||
</description>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue