Skip to documentation
LITHIUM
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 AddonConfig

Description

Base settings shared by configurable addons.

Example

C#
AddonConfig? value = null;

View source

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;

View source

Cette page vous a-t-elle aidé ?

N’indiquez aucune donnée personnelle dans votre commentaire.

0/1000