summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-11-25 19:29:00 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-11-25 19:29:00 +0100
commitc51a86e9bb58ecdec31c385891961e6e6baf57e6 (patch)
tree3c1c9270783f90d90d1c92d15b1725b9b5c2a257 /doc/classes
parent6e693368e1bbf7a8d03a137057824b43acedb183 (diff)
parent67cdac6db82c33f30601a50e1da9d86b6c163426 (diff)
Merge pull request #69168 from Mickeon/what-the-heck-is-this-part-2
Remove `Array.find_last()`
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Array.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml
index 2ec37651f7..603974d619 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -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>