Class MultiplayerEndOfBattleVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MultiplayerEndOfBattleVM : ViewModel
- Inheritance
-
MultiplayerEndOfBattleVM
Constructors
MultiplayerEndOfBattleVM()
public MultiplayerEndOfBattleVM()
Properties
DescriptionText
public string DescriptionText { get; set; }
Property Value
FirstPlacePlayer
public MPEndOfBattlePlayerVM FirstPlacePlayer { get; set; }
Property Value
HasFirstPlace
public bool HasFirstPlace { get; set; }
Property Value
HasSecondPlace
public bool HasSecondPlace { get; set; }
Property Value
HasThirdPlace
public bool HasThirdPlace { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
SecondPlacePlayer
public MPEndOfBattlePlayerVM SecondPlacePlayer { get; set; }
Property Value
ThirdPlacePlayer
public MPEndOfBattlePlayerVM ThirdPlacePlayer { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
Methods
OnBattleEnded()
public void OnBattleEnded()
OnTick(float)
public void OnTick(float dt)
Parameters
dt
float
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).