Regular API
function
sim.handleChildScripts
Description
Calls a specific function in
non-threaded child scripts
. Child scripts will be executed in a
precise order
. sim.handleChildScripts should only be called from the
main script
.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
number scriptCount=sim.handleChildScripts(number callType)
Lua parameters
callType
: the desired system call type (e.g.
sysCall_actuation
).
Lua return values
scriptCount: number of called non-threaded child scripts
All regular API functions on one page