Class MPLobbyRankProgressInformationVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyRankProgressInformationVM : ViewModel
- Inheritance
-
MPLobbyRankProgressInformationVM
Constructors
MPLobbyRankProgressInformationVM(Func<string>)
public MPLobbyRankProgressInformationVM(Func<string> getExitText)
Parameters
Properties
AllRanks
public MBBindingList<StringPairItemVM> AllRanks { get; set; }
Property Value
ClickToCloseText
public string ClickToCloseText { get; set; }
Property Value
CurrentRankID
public string CurrentRankID { get; set; }
Property Value
CurrentRankTitleText
public string CurrentRankTitleText { get; set; }
Property Value
CurrentRating
public int CurrentRating { get; set; }
Property Value
IsAtFinalRank
public bool IsAtFinalRank { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsEvaluating
public bool IsEvaluating { get; set; }
Property Value
NextRankID
public string NextRankID { get; set; }
Property Value
NextRankRating
public int NextRankRating { get; set; }
Property Value
Player
public MPLobbyPlayerBaseVM Player { get; set; }
Property Value
PreviousRankID
public string PreviousRankID { get; set; }
Property Value
RatingRatio
public int RatingRatio { get; set; }
Property Value
RatingRemainingTitleText
public string RatingRemainingTitleText { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
Methods
ExecuteClosePopup()
public void ExecuteClosePopup()
OnFinalize()
public override void OnFinalize()
OpenWith(MPLobbyPlayerBaseVM)
public void OpenWith(MPLobbyPlayerBaseVM player)
Parameters
player
MPLobbyPlayerBaseVM
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).