Class SPKillFeedVM
- 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
PersonalFeed
[DataSourceProperty]
public SPPersonalKillNotificationVM PersonalFeed { get; set; }
Property Value
Methods
OnAgentRemoved(Agent, Agent, bool)
public void OnAgentRemoved(Agent affectedAgent, Agent affectorAgent, bool isHeadshot)
Parameters
OnPersonalDamage(int, bool, bool, string)
public void OnPersonalDamage(int totalDamage, bool isVictimAgentMount, bool isFriendlyFire, string victimAgentName)
Parameters
OnPersonalKill(int, bool, bool, bool, string, bool)
public void OnPersonalKill(int damageAmount, bool isMountDamage, bool isFriendlyFire, bool isHeadshot, string killedAgentName, bool isUnconscious)
Parameters
damageAmount
intisMountDamage
boolisFriendlyFire
boolisHeadshot
boolkilledAgentName
stringisUnconscious
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).