Class MPLobbyHomeVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyHomeVM : ViewModel
- Inheritance
-
MPLobbyHomeVM
Constructors
MPLobbyHomeVM(NewsManager, Action<LobbyPage>)
public MPLobbyHomeVM(NewsManager newsManager, Action<MPLobbyVM.LobbyPage> onChangePageRequest)
Parameters
newsManager
NewsManageronChangePageRequest
Action<MPLobbyVM.LobbyPage>
Properties
Announcements
public MPAnnouncementsVM Announcements { get; set; }
Property Value
FindGameText
public string FindGameText { get; set; }
Property Value
HasUnofficialModulesLoaded
public bool HasUnofficialModulesLoaded { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsMatchFindPossible
public bool IsMatchFindPossible { get; set; }
Property Value
IsNewsAvailable
public bool IsNewsAvailable { get; set; }
Property Value
MatchFindNotPossibleText
public string MatchFindNotPossibleText { get; set; }
Property Value
News
public MPNewsVM News { get; set; }
Property Value
OpenProfileText
public string OpenProfileText { get; set; }
Property Value
Player
public MPLobbyPlayerBaseVM Player { get; set; }
Property Value
SelectionInfoText
public string SelectionInfoText { get; set; }
Property Value
Methods
OnClanInfoChanged()
public void OnClanInfoChanged()
OnFinalize()
public override void OnFinalize()
OnMatchSelectionChanged(string, bool)
public void OnMatchSelectionChanged(string selectionInfo, bool isMatchFindPossible)
Parameters
OnPlayerNameUpdated(string)
public void OnPlayerNameUpdated(string playerName)
Parameters
playerName
string
OnTick(float)
public void OnTick(float dt)
Parameters
dt
float
RefreshPlayerData(PlayerData, bool)
public void RefreshPlayerData(PlayerData playerData, bool updateRating = true)
Parameters
playerData
PlayerDataupdateRating
bool
RefreshValues()
public override void RefreshValues()
Events
OnFindGameRequested
public event Action OnFindGameRequested
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).