Regular API function

simSetStringNamedParam / sim.setStringNamedParam

Description Deprecated. See sim.setNamedStringParam instead.
C/C++
synopsis
int simSetStringNamedParam(const char* paramName,const char* stringParam,int paramLength)
C/C++
parameters
paramName: the key or name of the parameter
stringParam: the string or buffer value
paramLength: the size of the string or buffer value
C/C++
return value
-1 if operation was not successful. 0 if an existing parameter was replaced, 1 if the parameter was set
Lua
synopsis
int result=sim.setStringNamedParam(string paramName,string stringParam)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart