Regular API function

sim.handleCustomizationScripts

Description 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).
Lua return values
count: number of called customization scripts

All regular API functions on one page