native contain(const source[], const string[]);
source | String to search in. |
string | Substring to find inside the original string. |
Tests whether a string is found inside another string.
-1 on failure (no match found). Any other value indicates a position in the string where the match starts.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.