Regular API
function
sim.handleSandboxScript
Description
Calls a specific function in the
sandbox script
. sim.handleSandboxScript should only be called from the
main script
.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
sim.handleSandboxScript(number callType)
Lua parameters
callType
: the desired system call type (e.g.
sysCall_actuation
).
Lua return values
-
All regular API functions on one page