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 synopsis
-
C parameters
-
C return value
-
Lua synopsis
number count=sim.handleCustomizationScripts(number callType)
Lua parameters
callType: the desired system call type (e.g. sysCall_actuation).