Regular API function

simUnloadModule / sim.unloadModule

Description Deprecated. Use unloadPlugin instead
C/C++
synopsis
int simUnloadModule(int pluginhandle)
C/C++
parameters
pluginhandle: handle of the plugin
C/C++
return value
0 if plugin was not unloaded (e.g. because it was not loaded, or because it was loaded more than once). Different from 0 if the plugin was successfully unloaded
Lua
synopsis
int result=sim.unloadModule(int pluginHandle)
Lua
parameters
Similar to the C-function counterpart
Lua
return values
Similar to the C-function counterpart