Table of Contents

Interface IAddonsApi

Namespace
Playnite
Assembly
Playnite.SDK.dll
public interface IAddonsApi

Properties

Plugins

IReadOnlyList<IAddonsApi.IPluginInfo> Plugins { get; }

Property Value

IReadOnlyList<IAddonsApi.IPluginInfo>

Methods

GetPlugin(string)

Plugin? GetPlugin(string id)

Parameters

id string

Returns

Plugin