native

ArrayPushCell

Syntax

native ArrayPushCell(Array:which, any:input);

Description

Creates a new item and sets the array's single cell value.
Use this only on array that were created with a cellsize of 1!

Parameters

which The array to add the item to.
input The value to set.