sim.getPluginName

Retrieves a plugin name based on an index

Synopsis

string pluginName = sim.getPluginName(int index) string pluginName = sim.getPluginName(int index)

Arguments

  • index: index to a plugin. To list-up all plugin names, start with index=0 and increment index until return value is None/nil

Return values

  • pluginName: name of the plugin or None/nil if no plugin is available at that index position.