NDimSetString
Sets a string value for an NDim Array. The stored string will be truncated if it is longer than the cellsize the array was created with!
Syntax
stock NDimSetString( const NDim:tracker, const input[], ... ) {
Usage
| tracker | The array to set the item from within. |
| input | The string to set the item as. |
Defined in
ndimarray.inc
at line 185
.
This documentation was automatically generated from source.