Regular API
function
simLaunchThreadedChildScripts
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:
simSwitchThread
,
simSetThreadSwitchTiming
,
simSetThreadAutomaticSwitch
,
simSetThreadIsFree
,
simSetThreadResumeLocation
and
simResumeThreads
.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
number launchCount=simLaunchThreadedChildScripts()
Lua parameters
-
Lua return values
launchCount: number of launched threaded child scripts
All regular API functions on one page