Compares two strings parts lexographically.
int strncmp(const char[] str1, const char[] str2, int num, bool caseSensitive)
First string (left).
Second string (right).
Number of characters to compare.
If true (default), comparison is case sensitive. If false, comparison is case insensitive.
-1 if str1 < str2 0 if str1 == str2 1 if str1 > str2
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.