Table of Contents

Interface IPropertyDefinitionBase

Namespace
MCM.Abstractions
Assembly
MCMv5.dll
public interface IPropertyDefinitionBase

Properties

DisplayName

The display name of the setting in the settings menu.

string DisplayName { get; }

Property Value

string

HintText

The hint text that is displayed at the bottom of the screen when the user hovers over the setting in the settings menu.

string HintText { get; }

Property Value

string

Order

Require restart of the game if the value is changed.

int Order { get; }

Property Value

int

RequireRestart

Require restart of the game if the value is changed.

bool RequireRestart { get; }

Property Value

bool

This page was last modified at 12/23/2022 11:49:56 +02:00 (UTC).

Commit Message
Author:    Aragas
Commit:    aa889a1db7974dc13c9ff22e5740d958a2228b18
* Added MCM Source Package NuGet for easier integration