diff options
| author | Juan Linietsky | 2017-09-06 18:13:05 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-09-06 18:14:04 -0300 |
| commit | c771e03ee235e6f5089134a03f62fca84fcf43fa (patch) | |
| tree | d171c7262fe4ac850d2df3e4320e178c79e9cdf9 /core/array.h | |
| parent | 0b8fa1e01068af9924742ade2625e021ccd2c5a8 (diff) | |
| download | godot-c771e03ee235e6f5089134a03f62fca84fcf43fa.tar.gz godot-c771e03ee235e6f5089134a03f62fca84fcf43fa.tar.zst godot-c771e03ee235e6f5089134a03f62fca84fcf43fa.zip | |
Diffstat (limited to 'core/array.h')
| -rw-r--r-- | core/array.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/array.h b/core/array.h index 777116ab5..8a647dd13 100644 --- a/core/array.h +++ b/core/array.h @@ -84,6 +84,8 @@ public: Variant pop_back(); Variant pop_front(); + Array duplicate() const; + Array(const Array &p_from); Array(); ~Array(); |
