Table of Contents

Class MPAfterBattlePopupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.AfterBattle
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPAfterBattlePopupVM : ViewModel
Inheritance
MPAfterBattlePopupVM

Constructors

MPAfterBattlePopupVM(Func<string>)

public MPAfterBattlePopupVM(Func<string> getExitText)

Parameters

getExitText Func<string>

Properties

ClickToContinueText

public string ClickToContinueText { get; set; }

Property Value

string

CurrentLevel

public int CurrentLevel { get; set; }

Property Value

int

ExperienceText

public string ExperienceText { get; set; }

Property Value

string

FinalRatio

public int FinalRatio { get; set; }

Property Value

int

GainedExperience

public int GainedExperience { get; set; }

Property Value

int

HasLostRating

public bool HasLostRating { get; set; }

Property Value

bool

InitialRatio

public int InitialRatio { get; set; }

Property Value

int

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsShowingGeneralProgression

public bool IsShowingGeneralProgression { get; set; }

Property Value

bool

IsShowingNewLevel

public bool IsShowingNewLevel { get; set; }

Property Value

bool

IsShowingNewRank

public bool IsShowingNewRank { get; set; }

Property Value

bool

IsShowingRankProgression

public bool IsShowingRankProgression { get; set; }

Property Value

bool

LevelText

public string LevelText { get; set; }

Property Value

string

LevelsExperienceRequirment

public int LevelsExperienceRequirment { get; set; }

Property Value

int

NewRankID

public string NewRankID { get; set; }

Property Value

string

NewRankName

public string NewRankName { get; set; }

Property Value

string

NextLevel

public int NextLevel { get; set; }

Property Value

int

NumOfLevelUps

public int NumOfLevelUps { get; set; }

Property Value

int

OldRankID

public string OldRankID { get; set; }

Property Value

string

OldRankName

public string OldRankName { get; set; }

Property Value

string

PointChangedText

public string PointChangedText { get; set; }

Property Value

string

PointsText

public string PointsText { get; set; }

Property Value

string

ReachedLevelText

public string ReachedLevelText { get; set; }

Property Value

string

RewardsEarned

public MBBindingList<MPAfterBattleRewardItemVM> RewardsEarned { get; set; }

Property Value

MBBindingList<MPAfterBattleRewardItemVM>

ShownRating

public int ShownRating { get; set; }

Property Value

int

TitleText

public string TitleText { get; set; }

Property Value

string

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 int
newExperience int
badgesEarned List<string>
lootGained int
oldRankBarInfo RankBarInfo
newRankBarInfo RankBarInfo

RefreshValues()

public override void RefreshValues()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).