Class MPDuelKillNotificationItemVM
- 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
MissionPeersecondPlayerPeer
MissionPeerfirstPlayerScore
intsecondPlayerScore
intarenaTroopType
TroopTypeonRemove
Action<MPDuelKillNotificationItemVM>
Properties
ArenaType
public int ArenaType { get; set; }
Property Value
FirstPlayerCompassElement
public MPTeammateCompassTargetVM FirstPlayerCompassElement { get; set; }
Property Value
FirstPlayerName
public string FirstPlayerName { get; set; }
Property Value
FirstPlayerScore
public int FirstPlayerScore { get; set; }
Property Value
IsEndOfDuel
public bool IsEndOfDuel { get; set; }
Property Value
SecondPlayerCompassElement
public MPTeammateCompassTargetVM SecondPlayerCompassElement { get; set; }
Property Value
SecondPlayerName
public string SecondPlayerName { get; set; }
Property Value
SecondPlayerScore
public int SecondPlayerScore { get; set; }
Property Value
Methods
ExecuteRemove()
public void ExecuteRemove()
InitProperties(MissionPeer, MissionPeer)
public void InitProperties(MissionPeer firstPlayerPeer, MissionPeer secondPlayerPeer)
Parameters
firstPlayerPeer
MissionPeersecondPlayerPeer
MissionPeer
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).