Regular API function

simGetScriptText

Description Deprecated. See sim.getScriptStringParam instead.
C/C++
synopsis
const simChar* simGetScriptText(simInt scriptHandle)
C/C++
parameters
scriptHandle: handle of a script
C/C++
return value
pointer to the script buffer (0-terminated buffer), or nullptr in case of an error
Lua synopsis
Lua parameters
Lua return values
Python synopsis