AMX Mod X API Documentation

Signature
native isalpha(ch);
Description

Returns whether a character is an ASCII alphabet character.

Notes
  • Multi-byte characters will always return false.
Parameters
  • ch Character to test.
Returns

True if character is alphabetical, otherwise false.

Назад
Верх