Table of Contents

Class BasePropertyDefinitionWrapper

Namespace
MCM.Abstractions.Wrapper
Assembly
MCMv5.dll
public abstract class BasePropertyDefinitionWrapper : IPropertyDefinitionBase
Inheritance
BasePropertyDefinitionWrapper
Implements
Derived
Inherited Members

Constructors

BasePropertyDefinitionWrapper(object)

protected BasePropertyDefinitionWrapper(object @object)

Parameters

object object

Properties

DisplayName

The display name of the setting in the settings menu.

public 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.

public string HintText { get; }

Property Value

string

Order

Require restart of the game if the value is changed.

public int Order { get; }

Property Value

int

RequireRestart

Require restart of the game if the value is changed.

public bool RequireRestart { get; }

Property Value

bool