native get_array(param, dest[], size);
param | Argument to retrieve, starting from 1 |
dest | Buffer to copy array to |
maxlen | Size of buffer |
Retrieves an array from the plugin calling the native.
This function has no return value.
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.