Table of Contents

Class MPDeathCardVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection
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

int

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsSelfInflicted

public bool IsSelfInflicted { get; set; }

Property Value

bool

KillCountsEnabled

public bool KillCountsEnabled { get; set; }

Property Value

bool

KillerName

public string KillerName { get; set; }

Property Value

string

KillerText

public string KillerText { get; set; }

Property Value

string

NumOfTimesPlayerGotKilled

public int NumOfTimesPlayerGotKilled { get; set; }

Property Value

int

NumOfTimesPlayerKilled

public int NumOfTimesPlayerKilled { get; set; }

Property Value

int

PlayerProperties

public MPPlayerVM PlayerProperties { get; set; }

Property Value

MPPlayerVM

TitleText

public string TitleText { get; set; }

Property Value

string

UsedWeaponName

public string UsedWeaponName { get; set; }

Property Value

string

YouText

public string YouText { get; set; }

Property Value

string

Methods

Deactivate()

public void Deactivate()

OnMainAgentRemoved(Agent, KillingBlow)

public void OnMainAgentRemoved(Agent affectorAgent, KillingBlow blow)

Parameters

affectorAgent Agent
blow KillingBlow

RefreshValues()

public override void RefreshValues()

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