Table of Contents

Class MPLobbyAchievementBadgeGroupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Profile
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyAchievementBadgeGroupVM : ViewModel
Inheritance
MPLobbyAchievementBadgeGroupVM

Constructors

MPLobbyAchievementBadgeGroupVM(string, Action<MPLobbyAchievementBadgeGroupVM>)

public MPLobbyAchievementBadgeGroupVM(string groupID, Action<MPLobbyAchievementBadgeGroupVM> onBadgeProgressInfoRequested)

Parameters

groupID string
onBadgeProgressInfoRequested Action<MPLobbyAchievementBadgeGroupVM>

Fields

GroupID

public readonly string GroupID

Field Value

string

Properties

Badges

public MBBindingList<MPLobbyBadgeItemVM> Badges { get; set; }

Property Value

MBBindingList<MPLobbyBadgeItemVM>

CurrentProgress

public int CurrentProgress { get; set; }

Property Value

int

IsProgressComplete

public bool IsProgressComplete { get; set; }

Property Value

bool

ProgressCompletedText

public string ProgressCompletedText { get; set; }

Property Value

string

ShownBadgeItem

public MPLobbyBadgeItemVM ShownBadgeItem { get; set; }

Property Value

MPLobbyBadgeItemVM

TotalProgress

public int TotalProgress { get; set; }

Property Value

int

Methods

OnGroupBadgeAdded(MPLobbyBadgeItemVM)

public void OnGroupBadgeAdded(MPLobbyBadgeItemVM badgeItem)

Parameters

badgeItem MPLobbyBadgeItemVM

RefreshKeyBindings(HotKey)

public void RefreshKeyBindings(HotKey inspectProgressKey)

Parameters

inspectProgressKey HotKey

RefreshValues()

public override void RefreshValues()

UpdateBadgeSelection()

public void UpdateBadgeSelection()

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