M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM Class Reference

Inherits TaleWorlds.Library.ViewModel.

Public Member Functions

 MPGeneralKillNotificationItemVM (Agent affectedAgent, Agent affectorAgent, Agent assistedAgent, Action< MPGeneralKillNotificationItemVM > onRemove)
 
virtual void InitProperties (Agent affectedAgent, Agent affectorAgent)
 
void InitDeathProperties (Agent affectedAgent, Agent affectorAgent, Agent assistedAgent)
 
void ExecuteRemove ()
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 

Protected Member Functions

TargetIconType GetMultiplayerAgentType (Agent agent)
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 

Properties

string MurdererName [get, set]
 
string MurdererType [get, set]
 
string VictimName [get, set]
 
string VictimType [get, set]
 
bool IsDamageNotification [get, set]
 
bool IsDamagedMount [get, set]
 
Color Color1 [get, set]
 
Color Color2 [get, set]
 
MPTeammateCompassTargetVM MurdererCompassElement [get, set]
 
MPTeammateCompassTargetVM VictimCompassElement [get, set]
 
bool IsPlayerDeath [get, set]
 
bool IsItemInitializationOver [get, set]
 
bool IsVictimBot [get, set]
 
bool IsMurdererBot [get, set]
 
bool IsRelatedToFriendlyTroop [get, set]
 
bool IsFriendlyTroopDeath [get, set]
 
string Message [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ MPGeneralKillNotificationItemVM()

TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.MPGeneralKillNotificationItemVM ( Agent  affectedAgent,
Agent  affectorAgent,
Agent  assistedAgent,
Action< MPGeneralKillNotificationItemVM onRemove 
)

Member Function Documentation

◆ InitProperties()

virtual void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.InitProperties ( Agent  affectedAgent,
Agent  affectorAgent 
)
virtual

◆ InitDeathProperties()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.InitDeathProperties ( Agent  affectedAgent,
Agent  affectorAgent,
Agent  assistedAgent 
)

◆ GetMultiplayerAgentType()

TargetIconType TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.GetMultiplayerAgentType ( Agent  agent)
protected

◆ ExecuteRemove()

void TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.ExecuteRemove ( )

Property Documentation

◆ MurdererName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.MurdererName
getset

◆ MurdererType

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.MurdererType
getset

◆ VictimName

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.VictimName
getset

◆ VictimType

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.VictimType
getset

◆ IsDamageNotification

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsDamageNotification
getset

◆ IsDamagedMount

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsDamagedMount
getset

◆ Color1

Color TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.Color1
getset

◆ Color2

Color TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.Color2
getset

◆ MurdererCompassElement

MPTeammateCompassTargetVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.MurdererCompassElement
getset

◆ VictimCompassElement

MPTeammateCompassTargetVM TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.VictimCompassElement
getset

◆ IsPlayerDeath

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsPlayerDeath
getset

◆ IsItemInitializationOver

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsItemInitializationOver
getset

◆ IsVictimBot

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsVictimBot
getset

◆ IsMurdererBot

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsMurdererBot
getset

◆ IsRelatedToFriendlyTroop

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsRelatedToFriendlyTroop
getset

◆ IsFriendlyTroopDeath

bool TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.IsFriendlyTroopDeath
getset

◆ Message

string TaleWorlds.MountAndBlade.ViewModelCollection.Multiplayer.KillFeed.General.MPGeneralKillNotificationItemVM.Message
getset