diff options
Diffstat (limited to 'core/array.h')
-rw-r--r-- | core/array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/array.h b/core/array.h index 4fb22a4dcc..096660653e 100644 --- a/core/array.h +++ b/core/array.h @@ -72,6 +72,7 @@ public: void invert(); int find(const Variant& p_value, int p_from=0) const; + int rfind(const Variant& p_value, int p_from=-1) const; int find_last(const Variant& p_value) const; int count(const Variant& p_value) const; |