Table of Contents

Class MPLobbyClanMatchmakingRequestPopupVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.Lobby.Clan
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

MPLobbyPlayerBaseVM

ChallengerPartyPlayers

public MBBindingList<MPLobbyPlayerBaseVM> ChallengerPartyPlayers { get; set; }

Property Value

MBBindingList<MPLobbyPlayerBaseVM>

ClanName

public string ClanName { get; set; }

Property Value

string

ClanSigil

public ImageIdentifierVM ClanSigil { get; set; }

Property Value

ImageIdentifierVM

DoYouAcceptText

public string DoYouAcceptText { get; set; }

Property Value

string

IsClanMatch

public bool IsClanMatch { get; set; }

Property Value

bool

IsEnabled

public bool IsEnabled { get; set; }

Property Value

bool

IsPracticeMatch

public bool IsPracticeMatch { get; set; }

Property Value

bool

TitleText

public string TitleText { get; set; }

Property Value

string

WantsToJoinText

public string WantsToJoinText { get; set; }

Property Value

string

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 string
clanSigilCode string
partyId Guid
challengerPlayerIDs PlayerId[]
challengerPartyLeaderID PlayerId
premadeGameType PremadeGameType

RefreshValues()

public override void RefreshValues()

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