Beta Documentation - Subject to change.

Provides information about a specific plugin that has been loaded.

Remarks

A plugin class is created for every plugin that has been loaded. Plugins are registered into the global __plugins table by their name. To query all the plugins that are loaded, just iterate over that table.

Inheritance Hierarchy

Turbine.Object
  Turbine.Plugin

See Also