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
stringname
TextObjectorderIndex
intaction
ActionisDisabledAndReason
Func<(bool, TextObject)>enabledHint
TextObject
Properties
EnabledHint
public TextObject EnabledHint { get; }
Property Value
Id
public string Id { get; }
Property Value
IsDisabledAndReason
public Func<(bool, TextObject)> IsDisabledAndReason { get; }
Property Value
- Func<(bool, TextObject)>
Name
public TextObject Name { get; }
Property Value
OrderIndex
public int OrderIndex { get; }
Property Value
Methods
DoAction()
public void DoAction()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).