native

ArrayGetString

Syntax

native ArrayGetString(Array:which, item, output[], size);

Description

Returns a string value from an array.

Parameters

which The array to retrieve the item from.
item The item to retrieve (zero-based).
output The variable to store the value in.
size Character size of the output buffer.