Regular API function

sim.handleSandboxScript

Description Lua only. Calls a specific function in the sandbox script. sim.handleSandboxScript should only be called from the main script.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
sim.handleSandboxScript(int callType)
Lua
parameters
callType: the desired system call type (e.g. sysCall_actuation).
Lua
return values
Python
synopsis