Regular API function

sim.handleEmbeddedScripts

Description Lua only. Calls a specific system callback function in child scripts and customization scripts. Child- and customiization 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.handleEmbeddedScripts(int callType)
Lua
parameters
callType: the desired system call type (e.g. sysCall_actuation).
Lua
return values
scriptCount: number of called scripts
Python
synopsis