Class MultiplayerReportPlayerVM
- 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
Properties
CanSendReport
public bool CanSendReport { get; set; }
Property Value
CancelInputKey
public InputKeyItemVM CancelInputKey { get; set; }
Property Value
DisabledReasonHint
public HintViewModel DisabledReasonHint { get; set; }
Property Value
DoneInputKey
public InputKeyItemVM DoneInputKey { get; set; }
Property Value
DoneText
public string DoneText { get; set; }
Property Value
IsRequestedFromMission
public bool IsRequestedFromMission { get; set; }
Property Value
MuteDescriptionText
public string MuteDescriptionText { get; set; }
Property Value
ReportMessage
public string ReportMessage { get; set; }
Property Value
ReportReasonText
public string ReportReasonText { get; set; }
Property Value
ReportReasons
public SelectorVM<SelectorItemVM> ReportReasons { get; set; }
Property Value
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
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).