mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Array::insert consistent with Pool*Array::insert
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
void append_array(const Array &p_array);
|
||||
Error resize(int p_new_size);
|
||||
|
||||
void insert(int p_pos, const Variant &p_value);
|
||||
Error insert(int p_pos, const Variant &p_value);
|
||||
void remove(int p_pos);
|
||||
|
||||
Variant front() const;
|
||||
|
||||
Reference in New Issue
Block a user