native set_string(param, dest[], maxlen);
param | Argument to set, starting from 1 |
dest | Buffer to copy string from |
maxlen | Maximum size of buffer |
Copies a string to the plugin calling the native.
Number of cells copied from buffer
If used outside of a native callback, or the native was created with style 1, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.