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