Skip to content
Version 2.11.0
↓ Get the launcher

IPluginInventory interface

Read-side surface for the Settings → Plugins panel. Lists every discovered plugin with its current enabled / errored state, fires on state changes, and lets the user request a recovery retry after an exception.

public interface IPluginInventory
name description
event StatusChanged Fired whenever any tracked plugin’s enabled/errored state changes.
List() Returns a snapshot of all discovered plugins and their current state.
RequestRetry(…) Asks the registry to clear IsErrored and re-attempt construction next frame.