You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
711: Add VariantArray duplicate method for deep copy r=toasteater a=lufterc
According to Godot's `Array` docs, `duplicate` method [can accept](https://docs.godotengine.org/en/stable/classes/class_array.html#class-array-method-duplicate) `deep` boolean parameter to perform a deep array copy. This patch adds this functionality to `VariantArray`'s interface. Simple deep copy functionality test was also added to `test_array` section.
Co-authored-by: lufterc <lufterd@gmail.com>
0 commit comments