Table of Contents

Interface ISubSystem

Namespace
Bannerlord.ButterLib.SubSystems
Assembly
Bannerlord.ButterLib.dll
public interface ISubSystem

Properties

CanBeDisabled

bool CanBeDisabled { get; }

Property Value

bool

CanBeSwitchedAtRuntime

bool CanBeSwitchedAtRuntime { get; }

Property Value

bool

Description

string Description { get; }

Property Value

string

Id

string Id { get; }

Property Value

string

IsEnabled

bool IsEnabled { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

Methods

Disable()

void Disable()

Enable()

void Enable()