Class MPLobbyPlayerStatItemVM
- 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
stringdescription
TextObjectvalue
int
MPLobbyPlayerStatItemVM(string, TextObject, float)
public MPLobbyPlayerStatItemVM(string gameMode, TextObject description, float value)
Parameters
gameMode
stringdescription
TextObjectvalue
float
MPLobbyPlayerStatItemVM(string, TextObject, string)
public MPLobbyPlayerStatItemVM(string gameMode, TextObject description, string value)
Parameters
gameMode
stringdescription
TextObjectvalue
string
Fields
GameMode
public readonly string GameMode
Field Value
Properties
Description
public string Description { get; set; }
Property Value
Value
public string Value { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).