native copy(dest[],len,const src[]);
dest | Destination string buffer to copy to. |
len | Destination buffer length. |
src | Source string buffer to copy from. |
Copies one string to another string.
If the destination buffer is too small to hold the source string, the destination will be truncated.
Number of cells written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.