native ArrayGetString(Array:which, item, output[], size);
which | Array handle |
item | Item index in the array |
output | Buffer to copy value to |
size | Maximum size of the buffer |
Returieves string data from an array.
Number of characters copied
If an invalid handle or an invalid index is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.