From 5f5ca8cd9b323e3a89940afd5df09099f83d1473 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 3 Jun 2016 23:10:43 +0200 Subject: Added Array.find_last() and Array.count() --- core/array.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/array.h') diff --git a/core/array.h b/core/array.h index ecb91b69d..9472a6dd2 100644 --- a/core/array.h +++ b/core/array.h @@ -72,6 +72,8 @@ public: void invert(); int find(const Variant& p_value) const; + int find_last(const Variant& p_value) const; + int count(const Variant& p_value) const; void erase(const Variant& p_value); -- cgit v1.2.3-70-g09d2