stock xs_strchr(const str[], chr)
str | The string to search in. |
chr | The character to search for in the string. |
Finds a character in a string and returns its position in the string.
The character position if found, -1 otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.