Class MPDeathCardVM
- Assembly
- TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class MPDeathCardVM : ViewModel
- Inheritance
-
MPDeathCardVM
Constructors
MPDeathCardVM(MultiplayerGameType)
public MPDeathCardVM(MultiplayerGameType gameType)
Parameters
gameType
MultiplayerGameType
Properties
BodyPartHit
public int BodyPartHit { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsSelfInflicted
public bool IsSelfInflicted { get; set; }
Property Value
KillCountsEnabled
public bool KillCountsEnabled { get; set; }
Property Value
KillerName
public string KillerName { get; set; }
Property Value
KillerText
public string KillerText { get; set; }
Property Value
NumOfTimesPlayerGotKilled
public int NumOfTimesPlayerGotKilled { get; set; }
Property Value
NumOfTimesPlayerKilled
public int NumOfTimesPlayerKilled { get; set; }
Property Value
PlayerProperties
public MPPlayerVM PlayerProperties { get; set; }
Property Value
TitleText
public string TitleText { get; set; }
Property Value
UsedWeaponName
public string UsedWeaponName { get; set; }
Property Value
YouText
public string YouText { get; set; }
Property Value
Methods
Deactivate()
public void Deactivate()
OnMainAgentRemoved(Agent, KillingBlow)
public void OnMainAgentRemoved(Agent affectorAgent, KillingBlow blow)
Parameters
affectorAgent
Agentblow
KillingBlow
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).