Table of Contents

Class MPMatchmakingItemVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.OfficialGame
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

bool

IsSelected

public bool IsSelected { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

Events

OnRemoveFocus

public event Action OnRemoveFocus

Event Type

Action

OnSelectionChanged

public event Action<MPMatchmakingItemVM, bool> OnSelectionChanged

Event Type

Action<MPMatchmakingItemVM, bool>

OnSetFocusItem

public event Action<MPMatchmakingItemVM> OnSetFocusItem

Event Type

Action<MPMatchmakingItemVM>

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