Guide 10
Lithium.Addons.AddonConfig
Base settings shared by configurable addons.
This page is generated from the public C# symbols in src/game/sandbox/Code.
AddonConfig
Status: Stable
Signature
C#
public abstract record AddonConfigDescription
Base settings shared by configurable addons.
Example
C#
AddonConfig? value = null;Members
Enabled
Status: Stable
Signature
C#
public bool Enabled { get; set; }Description
Whether the addon should load when its configuration is read.
Example
C#
instance.Enabled = true;