deserializeVectorArr1D
Parses a one-dimensional array of parameter string to an array of ref_Vector types.
Signatures
- Paramate.Configurator.deserializeVectorArr1D( strArr )
Example
const vectors = Paramate.Configurator.deserializeVectorArr1D( configurator.getParamValue('main:vectorArray') );
Parameters
- strArr
-
A one-dimensional array of string elements. These must contain string representations of paramate vectors.
Return value
A one-dimensional array with elements of type ref_Vector.