Table of Contents

Class LauncherModsVM

Namespace
TaleWorlds.MountAndBlade.Launcher.Library
Assembly
TaleWorlds.MountAndBlade.Launcher.Library.dll
public class LauncherModsVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
LauncherModsVM
Implements
Inherited Members

Constructors

LauncherModsVM(UserDataManager)

public LauncherModsVM(UserDataManager userDataManager)

Parameters

userDataManager UserDataManager

Properties

IsDisabled

[DataSourceProperty]
public bool IsDisabled { get; set; }

Property Value

bool

ModuleListCode

public string ModuleListCode { get; }

Property Value

string

Modules

[DataSourceProperty]
public MBBindingList<LauncherModuleVM> Modules { get; set; }

Property Value

MBBindingList<LauncherModuleVM>

NameCategoryText

[DataSourceProperty]
public string NameCategoryText { get; set; }

Property Value

string

VersionCategoryText

[DataSourceProperty]
public string VersionCategoryText { get; set; }

Property Value

string

Methods

Refresh(bool, bool)

public void Refresh(bool isDisabled, bool isMultiplayer)

Parameters

isDisabled bool
isMultiplayer bool

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