mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix miscellaneous oddities around the class reference (part 7)
This commit is contained in:
@@ -348,7 +348,7 @@
|
||||
<return type="Array" />
|
||||
<param index="0" name="deep_subresources_mode" type="int" default="1" />
|
||||
<description>
|
||||
Duplicates this array, deeply, like [method duplicate][code](true)[/code], with extra control over how subresources are handled.
|
||||
Duplicates this array, deeply, like [method duplicate] when passing [code]true[/code], with extra control over how subresources are handled.
|
||||
[param deep_subresources_mode] must be one of the values from [enum Resource.DeepDuplicateMode]. By default, only internal resources will be duplicated (recursively).
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user