NDimFillArray
Sets all items' data with that of a local buffer. The buffer size must match what the cellsize that the array was created with!
Syntax
stock NDimFillArray( const NDim:tracker, const any:input[] ) {
Usage
| tracker | The array to set the item from within. |
| input | The input buffer to store. |
Defined in
ndimarray.inc
at line 224
.
This documentation was automatically generated from source.