Class MPLobbyClanMatchmakingRequestPopupVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPLobbyClanMatchmakingRequestPopupVM : ViewModel
- Inheritance
-
MPLobbyClanMatchmakingRequestPopupVM
Constructors
MPLobbyClanMatchmakingRequestPopupVM()
public MPLobbyClanMatchmakingRequestPopupVM()
Properties
ChallengerPartyLeader
public MPLobbyPlayerBaseVM ChallengerPartyLeader { get; set; }
Property Value
ChallengerPartyPlayers
public MBBindingList<MPLobbyPlayerBaseVM> ChallengerPartyPlayers { get; set; }
Property Value
ClanName
public string ClanName { get; set; }
Property Value
ClanSigil
public ImageIdentifierVM ClanSigil { get; set; }
Property Value
DoYouAcceptText
public string DoYouAcceptText { get; set; }
Property Value
IsClanMatch
public bool IsClanMatch { get; set; }
Property Value
IsEnabled
public bool IsEnabled { get; set; }
Property Value
IsPracticeMatch
public bool IsPracticeMatch { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
WantsToJoinText
public string WantsToJoinText { get; set; }
Property Value
Methods
Close()
public void Close()
ExecuteAcceptMatchmaking()
public void ExecuteAcceptMatchmaking()
ExecuteDeclineMatchmaking()
public void ExecuteDeclineMatchmaking()
OpenWith(string, string, Guid, PlayerId[], PlayerId, PremadeGameType)
public void OpenWith(string clanName, string clanSigilCode, Guid partyId, PlayerId[] challengerPlayerIDs, PlayerId challengerPartyLeaderID, PremadeGameType premadeGameType)
Parameters
clanName
stringclanSigilCode
stringpartyId
GuidchallengerPlayerIDs
PlayerId[]challengerPartyLeaderID
PlayerIdpremadeGameType
PremadeGameType
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).