Returns the number of bytes a character is using. This is for multi-byte characters (UTF-8). For normal ASCII characters, this will return 1.
int GetCharBytes(const char[] source)
Source input string.
Number of bytes the current character uses.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.