native isalpha(ch);
ch | Character to test. |
Returns whether a character is an ASCII alphabet character.
Multi-byte characters will always return false.
True if character is alphabetical, otherwise false.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.