Table of Contents

Class SPKillFeedVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.HUD.KillFeed
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class SPKillFeedVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
SPKillFeedVM
Implements
Inherited Members

Constructors

SPKillFeedVM()

public SPKillFeedVM()

Properties

GeneralCasualty

[DataSourceProperty]
public SPGeneralKillNotificationVM GeneralCasualty { get; set; }

Property Value

SPGeneralKillNotificationVM

PersonalFeed

[DataSourceProperty]
public SPPersonalKillNotificationVM PersonalFeed { get; set; }

Property Value

SPPersonalKillNotificationVM

Methods

OnAgentRemoved(Agent, Agent, bool)

public void OnAgentRemoved(Agent affectedAgent, Agent affectorAgent, bool isHeadshot)

Parameters

affectedAgent Agent
affectorAgent Agent
isHeadshot bool

OnPersonalDamage(int, bool, bool, string)

public void OnPersonalDamage(int totalDamage, bool isVictimAgentMount, bool isFriendlyFire, string victimAgentName)

Parameters

totalDamage int
isVictimAgentMount bool
isFriendlyFire bool
victimAgentName string

OnPersonalKill(int, bool, bool, bool, string, bool)

public void OnPersonalKill(int damageAmount, bool isMountDamage, bool isFriendlyFire, bool isHeadshot, string killedAgentName, bool isUnconscious)

Parameters

damageAmount int
isMountDamage bool
isFriendlyFire bool
isHeadshot bool
killedAgentName string
isUnconscious bool

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