Regular API function

simHandleModule / sim.handleModule

Description Deprecated.
C/C++
synopsis
C/C++
parameters
C/C++
return value
Lua
synopsis
(1) int result=sim.handleModule(int sim.handle_all,bool calledInSensingPart)
(2) int result=sim.handleModule(string moduleName,bool calledInSensingPart)
Lua
parameters
sim.handle_all: indicates that all plugins should be handled (called)
moduleName: the name of the plugin that should be handled (called)
calledInSensingPart: set to false when called in the "actuation part". Set to true when called in the "sensing part"
Lua
return values
result: number of plugins that executed the command.