Table of Contents

Class MissionLeaveVM

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

Constructors

MissionLeaveVM(Func<float>, Func<float>)

public MissionLeaveVM(Func<float> getMissionEndTimer, Func<float> getMissionEndTimeInSeconds)

Parameters

getMissionEndTimer Func<float>
getMissionEndTimeInSeconds Func<float>

Properties

CurrentTime

[DataSourceProperty]
public float CurrentTime { get; set; }

Property Value

float

LeaveText

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

Property Value

string

MaxTime

[DataSourceProperty]
public float MaxTime { get; set; }

Property Value

float

Methods

RefreshValues()

public override void RefreshValues()

Tick(float)

public void Tick(float dt)

Parameters

dt float

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