ArrayFindValue
- Синтаксис
-
native ArrayFindValue(Array:which, any:item);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Value to search for |
- Описание
- Searches through the array and returns the index of the first occurence of the specified value.
- Возвращает
- Array index on success, -1 if the value can't be found