native get_string(param, dest[], maxlen);
param | Argument to retrieve, starting from 1 |
dest | Buffer to copy string to |
maxlen | Maximum size of buffer |
Retrieves a string from the plugin calling the native.
Number of cells copied to 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.