Table of Contents

Class InitialStateOption

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public class InitialStateOption
Inheritance
InitialStateOption
Inherited Members

Constructors

InitialStateOption(string, TextObject, int, Action, Func<(bool, TextObject)>, TextObject)

public InitialStateOption(string id, TextObject name, int orderIndex, Action action, Func<(bool, TextObject)> isDisabledAndReason, TextObject enabledHint = null)

Parameters

id string
name TextObject
orderIndex int
action Action
isDisabledAndReason Func<(bool, TextObject)>
enabledHint TextObject

Properties

EnabledHint

public TextObject EnabledHint { get; }

Property Value

TextObject

Id

public string Id { get; }

Property Value

string

IsDisabledAndReason

public Func<(bool, TextObject)> IsDisabledAndReason { get; }

Property Value

Func<(bool, TextObject)>

Name

public TextObject Name { get; }

Property Value

TextObject

OrderIndex

public int OrderIndex { get; }

Property Value

int

Methods

DoAction()

public void DoAction()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).