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
Properties
CurrentTime
[DataSourceProperty]
public float CurrentTime { get; set; }
Property Value
LeaveText
[DataSourceProperty]
public string LeaveText { get; set; }
Property Value
MaxTime
[DataSourceProperty]
public float MaxTime { get; set; }
Property Value
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).