unloadPlugin

Lua only. Unloads a CoppeliaSim plugin

Synopsis

unloadPlugin(map namespace, map options = {})

Arguments

  • namespace: the map returned by loadPlugin
  • options: an optional map. If options.force is set, then the plugin will be forceably unloaded, even if other scripts still depend on it


See also: