native add(dest[],len,const src[],max=0);
dest | String to append to. |
len | Maximum length of entire buffer. |
src | Source string to concatenate. |
max | Number of characters to add. |
Concatenates one string onto another.
Number of of all merged characters.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.