function
arrayFind(array, item)
Finds a value in an array and returns its index.
| Name | Type | Description |
|---|---|---|
| array | array |
The array |
| item | any |
Item to find |
| all | bool |
Whether to find all of the occurrences or just the first. All will be returned in an array. (default: false) |
real/array
Copyright © 2021, Milan Varady. Built on June 28, 2021 using GMDoc.