Переглянути джерело

Clarify Dictionary duplicate params godotengine#37162

* Added additional clarification for the function of the 'deep'
parameter in the Dictionary's `duplicate` method.
Zak Grumbles 5 роки тому
батько
коміт
469b7c948f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      doc/classes/Dictionary.xml

+ 1 - 1
doc/classes/Dictionary.xml

@@ -78,7 +78,7 @@
 			<argument index="0" name="deep" type="bool" default="false">
 			</argument>
 			<description>
-				Creates a copy of the dictionary, and returns it.
+				Creates a copy of the dictionary, and returns it. The [code]deep[/code] parameter causes inner dictionaries and arrays to be copied recursively, but does not apply to objects.
 			</description>
 		</method>
 		<method name="empty">