native

ArrayPushArray

Syntax

native ArrayPushArray(Array:which, const any:input[]);

Description

Creates a new item at the end of the array and sets its data with that of a local buffer.
The buffer size must match what the cellsize that the array was created with!

Parameters

which The array to add the item to.
input The input buffer to store.