Class MPIntermissionMapItemVM
- 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
stringonPlayerVoted
Action<MPIntermissionMapItemVM>
Properties
IsSelected
public bool IsSelected { get; set; }
Property Value
MapID
public string MapID { get; set; }
Property Value
MapName
public string MapName { get; set; }
Property Value
Votes
public int Votes { get; set; }
Property Value
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).