Table of Contents

Class MPLobbyClanItemVM

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

name string
tag string
sigilCode string
gamesWon int
gamesLost int
ranking int
isOwnClan bool

Properties

GamesLost

public int GamesLost { get; set; }

Property Value

int

GamesWon

public int GamesWon { get; set; }

Property Value

int

IsOwnClan

public bool IsOwnClan { get; set; }

Property Value

bool

MemberCount

public int MemberCount { get; set; }

Property Value

int

NameWithTag

public string NameWithTag { get; set; }

Property Value

string

Ranking

public int Ranking { get; set; }

Property Value

int

SigilImage

public ImageIdentifierVM SigilImage { get; set; }

Property Value

ImageIdentifierVM

Methods

RefreshValues()

public override void RefreshValues()

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