native
ArraySetArray
Syntax
native ArraySetArray(Array:which, item, const any:input[]);
Description
Sets an item's data with that of a local buffer.
The buffer size must match what the cellsize that the array was created with!
The item must already exist, use ArrayPushArray 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 input buffer to store. |