Table of Contents

Interface IAddons

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes addons API interface.

public interface IAddons

Properties

Addons

Gets ID list of currently installed addons.

List<string> Addons { get; }

Property Value

List<string>

DisabledAddons

Gets ID list of disabled addons.

List<string> DisabledAddons { get; }

Property Value

List<string>

Plugins

Gets list of currently loaded plugins.

List<Plugin> Plugins { get; }

Property Value

List<Plugin>