M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Types

enum  LobbyPage {
  NotAssigned = 0 ,
  Authentication ,
  Rejoin ,
  Options ,
  Home ,
  Armory ,
  Matchmaking ,
  Profile ,
  HotkeySelectablePageBegin = 3 ,
  HotkeySelectablePageEnd = 7
}
 

Public Member Functions

 MPLobbyVM (LobbyState lobbyState, Action< BasicCharacterObject > onOpenFacegen, Action onForceCloseFacegen, Action< KeyOptionVM > onKeybindRequest, Func< string > getContinueKeyText, Action< bool > setNavigationRestriction)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void CreateInputKeyVisuals (HotKey cancelInputKey, HotKey doneInputKey)
 
override void OnFinalize ()
 
void OnTick (float dt)
 
void OnConfirm ()
 
async void OnEscape ()
 
bool HasAnyContextMenuOpen ()
 
void ForceCloseContextMenus ()
 
bool HasNoPopupOpen ()
 
async Task RequestExit ()
 
void ConnectionStateUpdated (bool isAuthenticated)
 
void ShowCustomOptionsChangedInquiry (Action onAccept, Action onDecline)
 
void SetPage (LobbyPage lobbyPage, MPMatchmakingVM.MatchmakingSubPages matchmakingSubPage=MPMatchmakingVM.MatchmakingSubPages.Default)
 
void OnDisconnected ()
 
void OnServerStatusReceived (ServerStatus serverStatus)
 
void OnRejoinBattleRequestAnswered (bool isSuccessful)
 
void OnRequestedToSearchBattle ()
 
void OnUpdateFindingGame (MatchmakingWaitTimeStats matchmakingWaitTimeStats, string[] gameTypeInfo)
 
void OnPremadeGameCreated ()
 
void OnRequestedToCancelSearchBattle ()
 
void OnPlayerRemovedFromParty (PlayerId playerId, PartyRemoveReason reason)
 
void OnPlayerAddedToParty (PlayerId playerId)
 
void OnPlayerAssignedPartyLeader (PlayerId newPartyLeaderId)
 
void OnPlayerSuggestedToParty (PlayerId playerId, string playerName, PlayerId suggestingPlayerId, string suggestingPlayerName)
 
void OnPlayerNameUpdated (string playerName)
 
void OnSearchBattleCanceled ()
 
async void RefreshPlayerData (PlayerData playerData)
 
void RefreshSupportedFeatures ()
 
void OnNotificationsReceived (LobbyNotification[] notifications)
 
void OnSigilChanged (int iconID)
 
void OnClanCreationFinished ()
 
void OnEnableGenericAvatarsChanged ()
 
void OnEnableGenericNamesChanged ()
 
void OnFriendListUpdated (bool forceUpdate=false)
 
void OnClanInfoChanged ()
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Static Public Member Functions

static string GetLocalizedGameTypesString (string[] gameTypes)
 
static string GetLocalizedRankName (string rankID)
 
- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 

Properties

LobbyPage CurrentPage [get]
 
List< LobbyPageDisallowedPages [get]
 
bool IsLoggedIn [get, set]
 
BrightnessOptionVM BrightnessPopup [get, set]
 
ExposureOptionVM ExposurePopup [get, set]
 
bool IsArmoryActive [get, set]
 
bool IsSearchGameRequested [get, set]
 
bool IsInParty [get, set]
 
bool IsSearchingGame [get, set]
 
bool IsMatchmakingEnabled [get, set]
 
bool IsCustomGameFindEnabled [get, set]
 
bool IsPartyLeader [get, set]
 
MPLobbyBlockerStateVM BlockerState [get, set]
 
MPLobbyMenuVM Menu [get, set]
 
MPAuthenticationVM Login [get, set]
 
MPLobbyRejoinVM Rejoin [get, set]
 
MPLobbyFriendsVM Friends [get, set]
 
MPLobbyHomeVM Home [get, set]
 
MPMatchmakingVM Matchmaking [get, set]
 
MPArmoryVM Armory [get, set]
 
MPLobbyGameSearchVM GameSearch [get, set]
 
MPLobbyPlayerProfileVM PlayerProfile [get, set]
 
MPAfterBattlePopupVM AfterBattlePopup [get, set]
 
MPLobbyPartyInvitationPopupVM PartyInvitationPopup [get, set]
 
MPLobbyPopupVM Popup [get, set]
 
MPLobbyPartyPlayerSuggestionPopupVM PartyPlayerSuggestionPopup [get, set]
 
MPOptionsVM Options [get, set]
 
MPLobbyProfileVM Profile [get, set]
 
MPLobbyClanVM Clan [get, set]
 
MPLobbyClanCreationPopupVM ClanCreationPopup [get, set]
 
MPLobbyClanCreationInformationVM ClanCreationInformationPopup [get, set]
 
MPLobbyClanInvitationPopupVM ClanInvitationPopup [get, set]
 
MPLobbyClanMatchmakingRequestPopupVM ClanMatchmakingRequestPopup [get, set]
 
MPLobbyClanInviteFriendsPopupVM ClanInviteFriendsPopup [get, set]
 
MPLobbyClanLeaderboardVM ClanLeaderboardPopup [get, set]
 
MPCosmeticObtainPopupVM CosmeticObtainPopup [get, set]
 
MPLobbyBannerlordIDAddFriendPopupVM BannerlordIDAddFriendPopup [get, set]
 
MPLobbyBannerlordIDChangePopup BannerlordIDChangePopup [get, set]
 
MPLobbyBadgeProgressInformationVM BadgeProgressionInformation [get, set]
 
MPLobbyBadgeSelectionPopupVM BadgeSelectionPopup [get, set]
 
MPLobbyHomeChangeSigilPopupVM ChangeSigilPopup [get, set]
 
MPLobbyRecentGamesVM RecentGames [get, set]
 
MPLobbyRankProgressInformationVM RankProgressInformation [get, set]
 
MPLobbyRankLeaderboardVM RankLeaderboard [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Member Enumeration Documentation

◆ LobbyPage

Enumerator
NotAssigned 
Authentication 
Rejoin 
Options 
Home 
Armory 
Matchmaking 
Profile 
HotkeySelectablePageBegin 
HotkeySelectablePageEnd 

Constructor & Destructor Documentation

◆ MPLobbyVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.MPLobbyVM ( LobbyState  lobbyState,
Action< BasicCharacterObject onOpenFacegen,
Action  onForceCloseFacegen,
Action< KeyOptionVM onKeybindRequest,
Func< string >  getContinueKeyText,
Action< bool >  setNavigationRestriction 
)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ CreateInputKeyVisuals()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.CreateInputKeyVisuals ( HotKey  cancelInputKey,
HotKey  doneInputKey 
)

◆ OnFinalize()

override void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ OnTick()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnTick ( float  dt)

◆ OnConfirm()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnConfirm ( )

◆ OnEscape()

async void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnEscape ( )

◆ HasAnyContextMenuOpen()

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.HasAnyContextMenuOpen ( )

◆ ForceCloseContextMenus()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ForceCloseContextMenus ( )

◆ HasNoPopupOpen()

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.HasNoPopupOpen ( )

◆ RequestExit()

async Task TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RequestExit ( )

◆ ConnectionStateUpdated()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ConnectionStateUpdated ( bool  isAuthenticated)

◆ ShowCustomOptionsChangedInquiry()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ShowCustomOptionsChangedInquiry ( Action  onAccept,
Action  onDecline 
)

◆ SetPage()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.SetPage ( LobbyPage  lobbyPage,
MPMatchmakingVM::MatchmakingSubPages  matchmakingSubPage = MPMatchmakingVM::MatchmakingSubPages::Default 
)

◆ OnDisconnected()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnDisconnected ( )

◆ OnServerStatusReceived()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnServerStatusReceived ( ServerStatus  serverStatus)

◆ OnRejoinBattleRequestAnswered()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnRejoinBattleRequestAnswered ( bool  isSuccessful)

◆ OnRequestedToSearchBattle()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnRequestedToSearchBattle ( )

◆ OnUpdateFindingGame()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnUpdateFindingGame ( MatchmakingWaitTimeStats  matchmakingWaitTimeStats,
string[]  gameTypeInfo 
)

◆ OnPremadeGameCreated()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPremadeGameCreated ( )

◆ OnRequestedToCancelSearchBattle()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnRequestedToCancelSearchBattle ( )

◆ OnPlayerRemovedFromParty()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPlayerRemovedFromParty ( PlayerId  playerId,
PartyRemoveReason  reason 
)

◆ OnPlayerAddedToParty()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPlayerAddedToParty ( PlayerId  playerId)

◆ OnPlayerAssignedPartyLeader()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPlayerAssignedPartyLeader ( PlayerId  newPartyLeaderId)

◆ OnPlayerSuggestedToParty()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPlayerSuggestedToParty ( PlayerId  playerId,
string  playerName,
PlayerId  suggestingPlayerId,
string  suggestingPlayerName 
)

◆ OnPlayerNameUpdated()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnPlayerNameUpdated ( string  playerName)

◆ OnSearchBattleCanceled()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnSearchBattleCanceled ( )

◆ RefreshPlayerData()

async void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RefreshPlayerData ( PlayerData  playerData)

◆ RefreshSupportedFeatures()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RefreshSupportedFeatures ( )

◆ OnNotificationsReceived()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnNotificationsReceived ( LobbyNotification[]  notifications)

◆ OnSigilChanged()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnSigilChanged ( int  iconID)

◆ OnClanCreationFinished()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnClanCreationFinished ( )

◆ OnEnableGenericAvatarsChanged()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnEnableGenericAvatarsChanged ( )

◆ OnEnableGenericNamesChanged()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnEnableGenericNamesChanged ( )

◆ OnFriendListUpdated()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnFriendListUpdated ( bool  forceUpdate = false)

◆ OnClanInfoChanged()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.OnClanInfoChanged ( )

◆ GetLocalizedGameTypesString()

static string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.GetLocalizedGameTypesString ( string[]  gameTypes)
static

◆ GetLocalizedRankName()

static string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.GetLocalizedRankName ( string  rankID)
static

Property Documentation

◆ CurrentPage

LobbyPage TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.CurrentPage
get

◆ DisallowedPages

List<LobbyPage> TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.DisallowedPages
get

◆ IsLoggedIn

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsLoggedIn
getset

◆ BrightnessPopup

BrightnessOptionVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BrightnessPopup
getset

◆ ExposurePopup

ExposureOptionVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ExposurePopup
getset

◆ IsArmoryActive

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsArmoryActive
getset

◆ IsSearchGameRequested

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsSearchGameRequested
getset

◆ IsInParty

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsInParty
getset

◆ IsSearchingGame

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsSearchingGame
getset

◆ IsMatchmakingEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsMatchmakingEnabled
getset

◆ IsCustomGameFindEnabled

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsCustomGameFindEnabled
getset

◆ IsPartyLeader

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.IsPartyLeader
getset

◆ BlockerState

MPLobbyBlockerStateVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BlockerState
getset

◆ Menu

MPLobbyMenuVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Menu
getset

◆ Login

MPAuthenticationVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Login
getset

◆ Rejoin

MPLobbyRejoinVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Rejoin
getset

◆ Friends

MPLobbyFriendsVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Friends
getset

◆ Home

MPLobbyHomeVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Home
getset

◆ Matchmaking

MPMatchmakingVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Matchmaking
getset

◆ Armory

MPArmoryVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Armory
getset

◆ GameSearch

MPLobbyGameSearchVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.GameSearch
getset

◆ PlayerProfile

MPLobbyPlayerProfileVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.PlayerProfile
getset

◆ AfterBattlePopup

MPAfterBattlePopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.AfterBattlePopup
getset

◆ PartyInvitationPopup

MPLobbyPartyInvitationPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.PartyInvitationPopup
getset

◆ Popup

MPLobbyPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Popup
getset

◆ PartyPlayerSuggestionPopup

MPLobbyPartyPlayerSuggestionPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.PartyPlayerSuggestionPopup
getset

◆ Options

MPOptionsVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Options
getset

◆ Profile

MPLobbyProfileVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Profile
getset

◆ Clan

MPLobbyClanVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.Clan
getset

◆ ClanCreationPopup

MPLobbyClanCreationPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanCreationPopup
getset

◆ ClanCreationInformationPopup

MPLobbyClanCreationInformationVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanCreationInformationPopup
getset

◆ ClanInvitationPopup

MPLobbyClanInvitationPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanInvitationPopup
getset

◆ ClanMatchmakingRequestPopup

MPLobbyClanMatchmakingRequestPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanMatchmakingRequestPopup
getset

◆ ClanInviteFriendsPopup

MPLobbyClanInviteFriendsPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanInviteFriendsPopup
getset

◆ ClanLeaderboardPopup

MPLobbyClanLeaderboardVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ClanLeaderboardPopup
getset

◆ CosmeticObtainPopup

MPCosmeticObtainPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.CosmeticObtainPopup
getset

◆ BannerlordIDAddFriendPopup

MPLobbyBannerlordIDAddFriendPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BannerlordIDAddFriendPopup
getset

◆ BannerlordIDChangePopup

MPLobbyBannerlordIDChangePopup TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BannerlordIDChangePopup
getset

◆ BadgeProgressionInformation

MPLobbyBadgeProgressInformationVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BadgeProgressionInformation
getset

◆ BadgeSelectionPopup

MPLobbyBadgeSelectionPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.BadgeSelectionPopup
getset

◆ ChangeSigilPopup

MPLobbyHomeChangeSigilPopupVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.ChangeSigilPopup
getset

◆ RecentGames

MPLobbyRecentGamesVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RecentGames
getset

◆ RankProgressInformation

MPLobbyRankProgressInformationVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RankProgressInformation
getset

◆ RankLeaderboard

MPLobbyRankLeaderboardVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.Lobby.MPLobbyVM.RankLeaderboard
getset