Table of Contents

Class MPLobbyPlayerProfileVM

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

Constructors

MPLobbyPlayerProfileVM(LobbyState)

public MPLobbyPlayerProfileVM(LobbyState lobbyState)

Parameters

lobbyState LobbyState

Properties

CloseText

public string CloseText { get; set; }

Property Value

string

IsDataLoading

public bool IsDataLoading { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

Player

public MPLobbyPlayerBaseVM Player { get; set; }

Property Value

MPLobbyPlayerBaseVM

StatsTitleText

public string StatsTitleText { get; set; }

Property Value

string

Methods

ExecuteClosePopup()

public void ExecuteClosePopup()

OnClanInfoChanged()

public void OnClanInfoChanged()

OnFinalize()

public override void OnFinalize()

OnPlayerNameUpdated(string)

public void OnPlayerNameUpdated(string playerName)

Parameters

playerName string

OpenWith(PlayerId)

public void OpenWith(PlayerId playerID)

Parameters

playerID PlayerId

RefreshValues()

public override void RefreshValues()

SetPlayerID(PlayerId)

public void SetPlayerID(PlayerId playerID)

Parameters

playerID PlayerId

UpdatePlayerData(PlayerData, bool, bool)

public void UpdatePlayerData(PlayerData playerData, bool updateStatistics = false, bool updateRating = false)

Parameters

playerData PlayerData
updateStatistics bool
updateRating bool

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