simGetPluginName

Retrieves a plugin name based on an index

C++ synopsis

char* simGetPluginName(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 nullptr

Return

  • Name of the plugin or nullptr if no plugin is available at index position, or in case of an error. The user is in charge of destroying the returned name with simReleaseBuffer