Table of Contents

Class AgentInteractionInterfaceVM

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

Constructors

AgentInteractionInterfaceVM(Mission)

public AgentInteractionInterfaceVM(Mission mission)

Parameters

mission Mission

Properties

BackgroundColor

[DataSourceProperty]
public string BackgroundColor { get; set; }

Property Value

string

FocusType

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

Property Value

int

IsActive

[DataSourceProperty]
public bool IsActive { get; set; }

Property Value

bool

IsFocusedOnExit

[DataSourceProperty]
public bool IsFocusedOnExit { get; set; }

Property Value

bool

PrimaryInteractionMessage

[DataSourceProperty]
public string PrimaryInteractionMessage { get; set; }

Property Value

string

SecondaryInteractionMessage

[DataSourceProperty]
public string SecondaryInteractionMessage { get; set; }

Property Value

string

ShowHealthBar

[DataSourceProperty]
public bool ShowHealthBar { get; set; }

Property Value

bool

TargetHealth

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

Property Value

int

TextColor

[DataSourceProperty]
public string TextColor { get; set; }

Property Value

string

Methods

OnFocusedHealthChanged(IFocusable, float, bool)

public void OnFocusedHealthChanged(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull)

Parameters

focusable IFocusable
healthPercentage float
hideHealthbarWhenFull bool

ResetFocus()

public void ResetFocus()

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