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
If an invalid handle is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.