native

ArrayGetCell

Syntax

native any:ArrayGetCell(Array:which, item);

Description

Returns a single cell of data from an array.
Use this only with arrays that were created with a cellsize of 1!

Parameters

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

Return

The value of the cell.