Regular API
function
simLaunchThreadedChildScripts / sim.launchThreadedChildScripts
Description
Starts or restarts (if appropriately flagged) all
threaded child scripts
. This command should only be called from the
main script
. Refer also to following related functions:
sim.switchThread
,
sim.setThreadSwitchTiming
,
sim.setThreadAutomaticSwitch
,
sim.setThreadIsFree
,
sim.setThreadResumeLocation
and
sim.resumeThreads
.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
number launchCount=sim.launchThreadedChildScripts()
Lua parameters
-
Lua return values
launchCount: number of launched threaded child scripts
All regular API functions on one page