Table of Contents

Class BoundaryCrossingVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class BoundaryCrossingVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
BoundaryCrossingVM
Implements
Inherited Members

Constructors

BoundaryCrossingVM(Mission, Action<bool>)

public BoundaryCrossingVM(Mission mission, Action<bool> onEscapeMenuToggled)

Parameters

mission Mission
onEscapeMenuToggled Action<bool>

Properties

Countdown

[DataSourceProperty]
public int Countdown { get; set; }

Property Value

int

Show

[DataSourceProperty]
public bool Show { get; set; }

Property Value

bool

WarningIntProgress

[DataSourceProperty]
public int WarningIntProgress { get; set; }

Property Value

int

WarningProgress

[DataSourceProperty]
public double WarningProgress { get; set; }

Property Value

double

WarningText

[DataSourceProperty]
public string WarningText { get; set; }

Property Value

string

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