-Fixed changes to default input actions not working, closes #10502

-Added Array.duplicate() method, needed to fix above
This commit is contained in:
Juan Linietsky
2017-09-06 18:13:05 -03:00
parent 0b8fa1e010
commit c771e03ee2
4 changed files with 19 additions and 4 deletions

View File

@@ -84,6 +84,8 @@ public:
Variant pop_back();
Variant pop_front();
Array duplicate() const;
Array(const Array &p_from);
Array();
~Array();