AMX Mod X API Documentation

Signature
native bool:is_char_lower(ch);
Description

Returns whether an alphabetic character is lowercase.

Notes
  • Only available in 1.8.3 and above.
  • Multi-byte characters will always return false.
Parameters
  • ch Character to test.
Returns

True if character is lowercase, otherwise false.

Назад
Верх