Returns the index for the first occurrence of the provided string. If the string cannot be located, -1 will be returned.
int FindStringInArray(Handle array, const char[] item)
Array Handle.
String to search for
Array index, or -1 on failure
Invalid Handle
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.