Table of Contents

Class ConversationAggressivePartyItemVM

Namespace
TaleWorlds.CampaignSystem.ViewModelCollection.Conversation
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 MobileParty
leader CharacterObject

Fields

Party

public readonly MobileParty Party

Field Value

MobileParty

Properties

HealthyAmount

[DataSourceProperty]
public int HealthyAmount { get; set; }

Property Value

int

LeaderVisual

[DataSourceProperty]
public ImageIdentifierVM LeaderVisual { get; set; }

Property Value

ImageIdentifierVM

Quests

[DataSourceProperty]
public MBBindingList<QuestMarkerVM> Quests { get; set; }

Property Value

MBBindingList<QuestMarkerVM>

Methods

ExecuteHideTooltip()

public void ExecuteHideTooltip()

ExecuteShowPartyTooltip()

public void ExecuteShowPartyTooltip()

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