Table of Contents

Class MPDuelKillNotificationItemVM

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

Constructors

MPDuelKillNotificationItemVM(MissionPeer, MissionPeer, int, int, TroopType, Action<MPDuelKillNotificationItemVM>)

public MPDuelKillNotificationItemVM(MissionPeer firstPlayerPeer, MissionPeer secondPlayerPeer, int firstPlayerScore, int secondPlayerScore, TroopType arenaTroopType, Action<MPDuelKillNotificationItemVM> onRemove)

Parameters

firstPlayerPeer MissionPeer
secondPlayerPeer MissionPeer
firstPlayerScore int
secondPlayerScore int
arenaTroopType TroopType
onRemove Action<MPDuelKillNotificationItemVM>

Properties

ArenaType

public int ArenaType { get; set; }

Property Value

int

FirstPlayerCompassElement

public MPTeammateCompassTargetVM FirstPlayerCompassElement { get; set; }

Property Value

MPTeammateCompassTargetVM

FirstPlayerName

public string FirstPlayerName { get; set; }

Property Value

string

FirstPlayerScore

public int FirstPlayerScore { get; set; }

Property Value

int

IsEndOfDuel

public bool IsEndOfDuel { get; set; }

Property Value

bool

SecondPlayerCompassElement

public MPTeammateCompassTargetVM SecondPlayerCompassElement { get; set; }

Property Value

MPTeammateCompassTargetVM

SecondPlayerName

public string SecondPlayerName { get; set; }

Property Value

string

SecondPlayerScore

public int SecondPlayerScore { get; set; }

Property Value

int

Methods

ExecuteRemove()

public void ExecuteRemove()

InitProperties(MissionPeer, MissionPeer)

public void InitProperties(MissionPeer firstPlayerPeer, MissionPeer secondPlayerPeer)

Parameters

firstPlayerPeer MissionPeer
secondPlayerPeer MissionPeer

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