Returns whether two strings are equal.
bool StrEqual(const char[] str1, const char[] str2, bool caseSensitive)
First string (left).
Second string (right).
If true (default), comparison is case sensitive. If false, comparison is case insensitive.
True if equal, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.