Table of Contents

Class MissionFormationMarkerTargetVM

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

Constructors

MissionFormationMarkerTargetVM(Formation)

public MissionFormationMarkerTargetVM(Formation formation)

Parameters

formation Formation

Properties

Distance

[DataSourceProperty]
public float Distance { get; set; }

Property Value

float

Formation

public Formation Formation { get; }

Property Value

Formation

FormationType

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

Property Value

string

IsCenterOfFocus

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

Property Value

bool

IsEnabled

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

Property Value

bool

IsFormationTargetRelevant

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

Property Value

bool

IsInsideScreenBoundaries

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

Property Value

bool

IsTargetingAFormation

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

Property Value

bool

ScreenPosition

[DataSourceProperty]
public Vec2 ScreenPosition { get; set; }

Property Value

Vec2

Size

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

Property Value

int

TeamType

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

Property Value

int

WSign

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

Property Value

int

Methods

GetFormationType(FormationClass)

public static string GetFormationType(FormationClass formationType)

Parameters

formationType FormationClass

Returns

string

Refresh()

public void Refresh()

SetTargetedState(bool, bool)

public void SetTargetedState(bool isFocused, bool isTargetingAFormation)

Parameters

isFocused bool
isTargetingAFormation bool

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