Description
|
Sets a string parameter. See also the other simulator parameter related functions.
|
C/C++ synopsis
|
simInt simSetStringParam(simInt parameter,const simChar* stringState)
|
C/C++ parameters |
stringState: new state for the parameter
|
C/C++ return value
|
1 if operation was successful. -1 if parameter is not known
|
Lua synopsis
|
sim.setStringParam(int parameter,string stringState)
|
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.setStringParam(int parameter,string stringState) |