summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2022-11-25 14:48:48 +0100
committerMicky <micheledevita2@gmail.com>2022-11-25 18:34:50 +0100
commit67cdac6db82c33f30601a50e1da9d86b6c163426 (patch)
treedc7ed611f6c3e6ee75ca9844013d1086f2974337 /doc
parenta9fbf3718d4f8455dee1ebad05374d7baf714370 (diff)
Remove `Array.find_last()`
Diffstat (limited to 'doc')
-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>