A Plugin object represents a plugin present in X-Plane.
plugin.current is the current plugin (this instance of JetScript).plugin.name is the user-facing name of this plugin.plugin.description is the user-facing description of this plugin.plugin.signature is the unique identifier of this plugin.plugin.path is the path to the plugin file, as a URL.No methods are available for the Plugin object.
No events are available for the Plugin object.
XPLMGetPluginInfo() provides most of the information about plugins.XPLMGetMyID is used to get the current plugin.