native json_array_get_string(const JSON:array, index, buffer[], maxlen);
array | Array handle |
index | Position in the array (starting from 0) |
buffer | Buffer to copy string to |
maxlen | Maximum size of the buffer |
Gets string data from the array.
The number of cells written to the buffer
If passed handle is not a valid array
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.