NDimSetArray
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!
Syntax
stock NDimSetArray( 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 163
.
This documentation was automatically generated from source.