sim.handleChildScripts

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.

Synopsis

int scriptCount = sim.handleChildScripts(int callType)

Arguments

  • callType: the desired system call type (e.g. sysCall_actuation)

Return values

  • scriptCount: number of called child scripts