Class MPAfterBattlePopupVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPAfterBattlePopupVM : ViewModel
- Inheritance
-
MPAfterBattlePopupVM
Constructors
MPAfterBattlePopupVM(Func<string>)
public MPAfterBattlePopupVM(Func<string> getExitText)
Parameters
Properties
ClickToContinueText
public string ClickToContinueText { get; set; }
Property Value
CurrentLevel
public int CurrentLevel { get; set; }
Property Value
ExperienceText
public string ExperienceText { get; set; }
Property Value
FinalRatio
public int FinalRatio { get; set; }
Property Value
GainedExperience
public int GainedExperience { get; set; }
Property Value
HasLostRating
public bool HasLostRating { get; set; }
Property Value
InitialRatio
public int InitialRatio { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsShowingGeneralProgression
public bool IsShowingGeneralProgression { get; set; }
Property Value
IsShowingNewLevel
public bool IsShowingNewLevel { get; set; }
Property Value
IsShowingNewRank
public bool IsShowingNewRank { get; set; }
Property Value
IsShowingRankProgression
public bool IsShowingRankProgression { get; set; }
Property Value
LevelText
public string LevelText { get; set; }
Property Value
LevelsExperienceRequirment
public int LevelsExperienceRequirment { get; set; }
Property Value
NewRankID
public string NewRankID { get; set; }
Property Value
NewRankName
public string NewRankName { get; set; }
Property Value
NextLevel
public int NextLevel { get; set; }
Property Value
NumOfLevelUps
public int NumOfLevelUps { get; set; }
Property Value
OldRankID
public string OldRankID { get; set; }
Property Value
OldRankName
public string OldRankName { get; set; }
Property Value
PointChangedText
public string PointChangedText { get; set; }
Property Value
PointsText
public string PointsText { get; set; }
Property Value
ReachedLevelText
public string ReachedLevelText { get; set; }
Property Value
RewardsEarned
public MBBindingList<MPAfterBattleRewardItemVM> RewardsEarned { get; set; }
Property Value
ShownRating
public int ShownRating { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
Methods
ExecuteClose()
public void ExecuteClose()
OpenWith(int, int, List<string>, int, RankBarInfo, RankBarInfo)
public void OpenWith(int oldExperience, int newExperience, List<string> badgesEarned, int lootGained, RankBarInfo oldRankBarInfo, RankBarInfo newRankBarInfo)
Parameters
oldExperience
intnewExperience
intbadgesEarned
List<string>lootGained
intoldRankBarInfo
RankBarInfonewRankBarInfo
RankBarInfo
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).