Regular API function

sim.getScriptFunctions

Description Retrieves a map of another script functions, that can be called. See also sim.callScriptFunction
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
map object=sim.getScriptFunctions(int scriptHandle)
Lua
parameters
scriptHandle: the handle of the script. See sim.getScript
Lua
return values
object: a meta object. Functions can be called with object:functionName()
Python
synopsis