Class MPEndOfBattleVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPEndOfBattleVM : ViewModel
- Inheritance
-
MPEndOfBattleVM
Constructors
MPEndOfBattleVM(Mission, MissionScoreboardComponent, bool)
public MPEndOfBattleVM(Mission mission, MissionScoreboardComponent missionScoreboardComponent, bool isSingleTeam)
Parameters
mission
MissionmissionScoreboardComponent
MissionScoreboardComponentisSingleTeam
bool
Properties
AllySide
public MPEndOfBattleSideVM AllySide { get; set; }
Property Value
BattleResult
public int BattleResult { get; set; }
Property Value
Countdown
public int Countdown { get; set; }
Property Value
CountdownTitle
public string CountdownTitle { get; set; }
Property Value
EnemySide
public MPEndOfBattleSideVM EnemySide { get; set; }
Property Value
Header
public string Header { get; set; }
Property Value
IsAvailable
public bool IsAvailable { get; set; }
Property Value
ResultText
public string ResultText { get; set; }
Property Value
Methods
OnFinalize()
public override void OnFinalize()
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).