Concatenates one string onto another.
int StrCat(char[] buffer, int maxlength, const char[] source)
String to append to.
Maximum length of entire buffer.
Source string to concatenate.
Number of bytes written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.