Regular API function

simOpenModule / sim.openModule

Description Deprecated.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
(1) int result=sim.openModule(int sim.handle_all)
(2) int result=sim.openModule(string moduleName)
Lua
parameters
sim.handle_all: indicates that all plugins should be opened
moduleName: the name of the plugin that should be opened
Lua
return values
result: the number of plugins that executed the command.