native

ArraySetCell

Syntax

native ArraySetCell(Array:which, item, any:input);

Description

Sets an array's single cell value. Use this only on array that were created with a cellsize of 1!
The item must already exist, use ArrayPushCell to create a new item within the array.

Parameters

which The array to set the item from within.
item The item to set (zero-based).
input The value to set.