Table of Contents

Class MultiplayerReportPlayerVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MultiplayerReportPlayerVM : ViewModel
Inheritance
MultiplayerReportPlayerVM

Constructors

MultiplayerReportPlayerVM(Action<string, PlayerId, string, PlayerReportType, string>, Action)

public MultiplayerReportPlayerVM(Action<string, PlayerId, string, PlayerReportType, string> onReportDone, Action onCancel)

Parameters

onReportDone Action<string, PlayerId, string, PlayerReportType, string>
onCancel Action

Properties

CanSendReport

public bool CanSendReport { get; set; }

Property Value

bool

CancelInputKey

public InputKeyItemVM CancelInputKey { get; set; }

Property Value

InputKeyItemVM

DisabledReasonHint

public HintViewModel DisabledReasonHint { get; set; }

Property Value

HintViewModel

DoneInputKey

public InputKeyItemVM DoneInputKey { get; set; }

Property Value

InputKeyItemVM

DoneText

public string DoneText { get; set; }

Property Value

string

IsRequestedFromMission

public bool IsRequestedFromMission { get; set; }

Property Value

bool

MuteDescriptionText

public string MuteDescriptionText { get; set; }

Property Value

string

ReportMessage

public string ReportMessage { get; set; }

Property Value

string

ReportReasonText

public string ReportReasonText { get; set; }

Property Value

string

ReportReasons

public SelectorVM<SelectorItemVM> ReportReasons { get; set; }

Property Value

SelectorVM<SelectorItemVM>

Methods

ExecuteCancel()

public void ExecuteCancel()

ExecuteDone()

public void ExecuteDone()

OnFinalize()

public override void OnFinalize()

OpenNewReportWithGamePlayerId(string, PlayerId, string, bool)

public void OpenNewReportWithGamePlayerId(string gameId, PlayerId playerId, string playerName, bool isRequestedFromMission)

Parameters

gameId string
playerId PlayerId
playerName string
isRequestedFromMission bool

RefreshValues()

public override void RefreshValues()

SetCancelInputKey(HotKey)

public void SetCancelInputKey(HotKey hotKey)

Parameters

hotKey HotKey

SetDoneInputKey(HotKey)

public void SetDoneInputKey(HotKey hotKey)

Parameters

hotKey HotKey

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