native copyc(dest[],len,const src[],ch);
dest | Destination string buffer to copy to. |
len | Destination buffer length. |
src | Source string buffer to copy from. |
ch | Character to search for. |
Copies one string to another string until ch is found.
Number of cells written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.