Regular API
function
simIsScriptExecutionThreaded / sim.isScriptExecutionThreaded
Description
Checks whether the current script runs threaded
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
number result=sim.isScriptExecutionThreaded()
Lua parameters
None
Lua return values
result
: -1 if operation was not successful, 0 if script execution is not threaded, >0 if script execution is threaded
All regular API functions on one page