Regular API function

sim.handleCustomizationScripts

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