sim.handleEmbeddedScripts

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

Synopsis

int scriptCount = sim.handleEmbeddedScripts(int callType)

Arguments

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

Return values

  • scriptCount: number of called scripts