diff options
author | Micky <micheledevita2@gmail.com> | 2022-11-25 14:48:48 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2022-11-25 18:34:50 +0100 |
commit | 67cdac6db82c33f30601a50e1da9d86b6c163426 (patch) | |
tree | dc7ed611f6c3e6ee75ca9844013d1086f2974337 /doc | |
parent | a9fbf3718d4f8455dee1ebad05374d7baf714370 (diff) |
Remove `Array.find_last()`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Array.xml | 7 |
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> |