Description
|
Sets 3 values of an array parameter. See also the other simulator parameter related functions.
|
C/C++ synopsis
|
simInt simSetArrayParam(simInt parameter,const simVoid* parameterValues) |
C/C++ parameters |
parameterValues: array of 3 simFloat values related to the parameter (simVoid is kept for backward compatibility).
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.setArrayParam(int parameter,float[] parameterValues)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setArrayParam(int parameter,list parameterValues) |