Table of Contents

Class MPIntermissionMapItemVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Intermission
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPIntermissionMapItemVM : ViewModel
Inheritance
MPIntermissionMapItemVM

Constructors

MPIntermissionMapItemVM(string, Action<MPIntermissionMapItemVM>)

public MPIntermissionMapItemVM(string mapID, Action<MPIntermissionMapItemVM> onPlayerVoted)

Parameters

mapID string
onPlayerVoted Action<MPIntermissionMapItemVM>

Properties

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

MapID

public string MapID { get; set; }

Property Value

string

MapName

public string MapName { get; set; }

Property Value

string

Votes

public int Votes { get; set; }

Property Value

int

Methods

ExecuteVote()

public void ExecuteVote()

RefreshValues()

public override void RefreshValues()

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