stock bool:is_str_num(const sString[])
sString | Character to test. |
Returns whether a given string contains only digits. This returns false for zero-length strings.
True if string contains only digit, otherwise false.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.