NDimFillCell
Sets all of an NDim Array's single cell values. Use this only on array that were created with a cellsize of 1!
Syntax
stock NDimFillCell( const NDim:tracker, const any:input ) {
Usage
| tracker | The array to set the item from within. |
| input | The value to set. |
Defined in
ndimarray.inc
at line 206
.
This documentation was automatically generated from source.