Class ConversationAggressivePartyItemVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
public class ConversationAggressivePartyItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
ConversationAggressivePartyItemVM
- Implements
- Inherited Members
Constructors
ConversationAggressivePartyItemVM(MobileParty, CharacterObject)
public ConversationAggressivePartyItemVM(MobileParty party, CharacterObject leader = null)
Parameters
party
MobilePartyleader
CharacterObject
Fields
Party
public readonly MobileParty Party
Field Value
Properties
HealthyAmount
[DataSourceProperty]
public int HealthyAmount { get; set; }
Property Value
LeaderVisual
[DataSourceProperty]
public ImageIdentifierVM LeaderVisual { get; set; }
Property Value
Quests
[DataSourceProperty]
public MBBindingList<QuestMarkerVM> Quests { get; set; }
Property Value
Methods
ExecuteHideTooltip()
public void ExecuteHideTooltip()
ExecuteShowPartyTooltip()
public void ExecuteShowPartyTooltip()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).