Regular API function

simSetInt32Param / sim.setInt32Param

Description Sets an integer parameter. See also the other simulator parameter related functions.
C/C++
synopsis
simInt simSetInt32Param(simInt parameter,simInt intState)
C/C++
parameters
intState: new state for the parameter
C/C++
return value
-1 if operation was not successful
Lua
synopsis
sim.setInt32Param(int parameter,int intState)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Python
synopsis
sim.setInt32Param(int parameter,int intState)