Table of Contents

Class CommanderInfoVM

Namespace
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.HUDExtensions
Assembly
TaleWorlds.MountAndBlade.Multiplayer.ViewModelCollection.dll
public class CommanderInfoVM : ViewModel
Inheritance
CommanderInfoVM

Constructors

CommanderInfoVM(MissionRepresentativeBase)

public CommanderInfoVM(MissionRepresentativeBase missionRepresentative)

Parameters

missionRepresentative MissionRepresentativeBase

Properties

AllyControlPoints

public MBBindingList<CapturePointVM> AllyControlPoints { get; set; }

Property Value

MBBindingList<CapturePointVM>

AllyMemberCount

public int AllyMemberCount { get; set; }

Property Value

int

AllyMoraleIncreaseLevel

public int AllyMoraleIncreaseLevel { get; set; }

Property Value

int

AllyMoralePercentage

public int AllyMoralePercentage { get; set; }

Property Value

int

AllyTeamColor

public string AllyTeamColor { get; set; }

Property Value

string

AllyTeamColorSecondary

public string AllyTeamColorSecondary { get; set; }

Property Value

string

AreMoralesIndependent

public bool AreMoralesIndependent { get; set; }

Property Value

bool

EnemyControlPoints

public MBBindingList<CapturePointVM> EnemyControlPoints { get; set; }

Property Value

MBBindingList<CapturePointVM>

EnemyMemberCount

public int EnemyMemberCount { get; set; }

Property Value

int

EnemyMoraleIncreaseLevel

public int EnemyMoraleIncreaseLevel { get; set; }

Property Value

int

EnemyMoralePercentage

public int EnemyMoralePercentage { get; set; }

Property Value

int

EnemyTeamColor

public string EnemyTeamColor { get; set; }

Property Value

string

EnemyTeamColorSecondary

public string EnemyTeamColorSecondary { get; set; }

Property Value

string

NeutralControlPoints

public MBBindingList<CapturePointVM> NeutralControlPoints { get; set; }

Property Value

MBBindingList<CapturePointVM>

PowerLevelComparer

public PowerLevelComparer PowerLevelComparer { get; set; }

Property Value

PowerLevelComparer

ShowControlPointStatus

public bool ShowControlPointStatus { get; set; }

Property Value

bool

ShowTacticalInfo

public bool ShowTacticalInfo { get; set; }

Property Value

bool

UseMoraleComparer

public bool UseMoraleComparer { get; set; }

Property Value

bool

UsePowerComparer

public bool UsePowerComparer { get; set; }

Property Value

bool

Methods

OnFinalize()

public override void OnFinalize()

OnTeamChanged()

public void OnTeamChanged()

OnUpdateMorale(BattleSideEnum, float)

public void OnUpdateMorale(BattleSideEnum side, float morale)

Parameters

side BattleSideEnum
morale float

RefreshColors(string, string, string, string)

public void RefreshColors(string allyTeamColor, string allyTeamColorSecondary, string enemyTeamColor, string enemyTeamColorSecondary)

Parameters

allyTeamColor string
allyTeamColorSecondary string
enemyTeamColor string
enemyTeamColorSecondary string

UpdateWarmupDependentFlags(bool)

public void UpdateWarmupDependentFlags(bool isInWarmup)

Parameters

isInWarmup bool

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