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