sim.handleSimulationScripts

Lua only. Calls a specific system callback function in simulation scripts. Simulation scripts will be executed in a precise order. This function should only be called from the main script.

Synopsis

int scriptCount = sim.handleSimulationScripts(int callType)

Arguments

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

Return values

  • scriptCount: number of called simulation scripts