Regular API function

sim.handleChildScripts

Description Lua only. Calls a specific system callback function in child scripts. Child scripts will be executed in a precise order. This function should only be called from the main script.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
int scriptCount=sim.handleChildScripts(int callType)
Lua
parameters
callType: the desired system call type (e.g. sysCall_actuation).
Lua
return values
scriptCount: number of called child scripts
Python
synopsis