Class MPMatchmakingItemVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPMatchmakingItemVM : ViewModel
- Inheritance
-
MPMatchmakingItemVM
Constructors
MPMatchmakingItemVM(MultiplayerGameType)
public MPMatchmakingItemVM(MultiplayerGameType type)
Parameters
type
MultiplayerGameType
Properties
IsAvailable
public bool IsAvailable { get; set; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
Events
OnRemoveFocus
public event Action OnRemoveFocus
Event Type
OnSelectionChanged
public event Action<MPMatchmakingItemVM, bool> OnSelectionChanged
Event Type
OnSetFocusItem
public event Action<MPMatchmakingItemVM> OnSetFocusItem
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).