deserializeVectorArr1D

Parses a one-dimensional array of parameter string to an array of ref_Vector types.

Signatures

  •   deserializeVectorArr1D( strArr )

Example

 const vectors = 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.

See also