Class MPLobbyClanItemVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyClanItemVM : ViewModel
- Inheritance
-
MPLobbyClanItemVM
Constructors
MPLobbyClanItemVM(string, string, string, int, int, int, bool)
public MPLobbyClanItemVM(string name, string tag, string sigilCode, int gamesWon, int gamesLost, int ranking, bool isOwnClan)
Parameters
Properties
GamesLost
public int GamesLost { get; set; }
Property Value
GamesWon
public int GamesWon { get; set; }
Property Value
IsOwnClan
public bool IsOwnClan { get; set; }
Property Value
MemberCount
public int MemberCount { get; set; }
Property Value
NameWithTag
public string NameWithTag { get; set; }
Property Value
Ranking
public int Ranking { get; set; }
Property Value
SigilImage
public ImageIdentifierVM SigilImage { 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).