diff options
Diffstat (limited to 'core/array.h')
-rw-r--r-- | core/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/array.h b/core/array.h index 9472a6dd21..4fb22a4dcc 100644 --- a/core/array.h +++ b/core/array.h @@ -71,7 +71,7 @@ public: void sort_custom(Object *p_obj,const StringName& p_function); void invert(); - int find(const Variant& p_value) const; + int find(const Variant& p_value, int p_from=0) const; int find_last(const Variant& p_value) const; int count(const Variant& p_value) const; |