Regular API function

simGetScript

Description DEPRECATED. See sim.getScriptHandle instead.
C/C++
synopsis
simInt simGetScript(simInt index)
C/C++
parameters
index: script index (not handle). First script is located at index 0
C/C++
return value
handle of a script if function was successful and a script exists at the given index, or -1 in case of an error
Lua synopsis
Lua parameters
Lua return values