Interface IAddons
Describes addons API interface.
public interface IAddons
Properties
Addons
Gets ID list of currently installed addons.
List<string> Addons { get; }
Property Value
DisabledAddons
Gets ID list of disabled addons.
List<string> DisabledAddons { get; }
Property Value
Plugins
Gets list of currently loaded plugins.
List<Plugin> Plugins { get; }