Table of Contents

Class MPLobbyPlayerStatItemVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Friends
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyPlayerStatItemVM : ViewModel
Inheritance
MPLobbyPlayerStatItemVM

Constructors

MPLobbyPlayerStatItemVM(string, TextObject, int)

public MPLobbyPlayerStatItemVM(string gameMode, TextObject description, int value)

Parameters

gameMode string
description TextObject
value int

MPLobbyPlayerStatItemVM(string, TextObject, float)

public MPLobbyPlayerStatItemVM(string gameMode, TextObject description, float value)

Parameters

gameMode string
description TextObject
value float

MPLobbyPlayerStatItemVM(string, TextObject, string)

public MPLobbyPlayerStatItemVM(string gameMode, TextObject description, string value)

Parameters

gameMode string
description TextObject
value string

Fields

GameMode

public readonly string GameMode

Field Value

string

Properties

Description

public string Description { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

RefreshValues()

public override void RefreshValues()

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