Class MPLobbyPlayerProfileVM
- 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
IsDataLoading
public bool IsDataLoading { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
Player
public MPLobbyPlayerBaseVM Player { get; set; }
Property Value
StatsTitleText
public string StatsTitleText { get; set; }
Property Value
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
PlayerDataupdateStatistics
boolupdateRating
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).