Remove Array.find_last()

This commit is contained in:
Micky
2022-11-25 14:48:48 +01:00
parent a9fbf3718d
commit 67cdac6db8
5 changed files with 2 additions and 15 deletions
-7
View File
@@ -300,13 +300,6 @@
Searches the array for a value and returns its index or [code]-1[/code] if not found. Optionally, the initial search index can be passed.
</description>
</method>
<method name="find_last" qualifiers="const">
<return type="int" />
<param index="0" name="value" type="Variant" />
<description>
Searches the array in reverse order for a value and returns its index or [code]-1[/code] if not found.
</description>
</method>
<method name="front" qualifiers="const">
<return type="Variant" />
<description>