native

ArrayGetArray

Syntax

native ArrayGetArray(Array:which, item, any:output[]);

Description

Returns data within an array.
Make sure the output buffer matches the size the array was created with!

Parameters

which The array to retrieve the item from.
item The item to retrieve (zero-based).
output The output buffer to write.