Class CommanderInfoVM
- 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
AllyMemberCount
public int AllyMemberCount { get; set; }
Property Value
AllyMoraleIncreaseLevel
public int AllyMoraleIncreaseLevel { get; set; }
Property Value
AllyMoralePercentage
public int AllyMoralePercentage { get; set; }
Property Value
AllyTeamColor
public string AllyTeamColor { get; set; }
Property Value
AllyTeamColorSecondary
public string AllyTeamColorSecondary { get; set; }
Property Value
AreMoralesIndependent
public bool AreMoralesIndependent { get; set; }
Property Value
EnemyControlPoints
public MBBindingList<CapturePointVM> EnemyControlPoints { get; set; }
Property Value
EnemyMemberCount
public int EnemyMemberCount { get; set; }
Property Value
EnemyMoraleIncreaseLevel
public int EnemyMoraleIncreaseLevel { get; set; }
Property Value
EnemyMoralePercentage
public int EnemyMoralePercentage { get; set; }
Property Value
EnemyTeamColor
public string EnemyTeamColor { get; set; }
Property Value
EnemyTeamColorSecondary
public string EnemyTeamColorSecondary { get; set; }
Property Value
NeutralControlPoints
public MBBindingList<CapturePointVM> NeutralControlPoints { get; set; }
Property Value
PowerLevelComparer
public PowerLevelComparer PowerLevelComparer { get; set; }
Property Value
ShowControlPointStatus
public bool ShowControlPointStatus { get; set; }
Property Value
ShowTacticalInfo
public bool ShowTacticalInfo { get; set; }
Property Value
UseMoraleComparer
public bool UseMoraleComparer { get; set; }
Property Value
UsePowerComparer
public bool UsePowerComparer { get; set; }
Property Value
Methods
OnFinalize()
public override void OnFinalize()
OnTeamChanged()
public void OnTeamChanged()
OnUpdateMorale(BattleSideEnum, float)
public void OnUpdateMorale(BattleSideEnum side, float morale)
Parameters
side
BattleSideEnummorale
float
RefreshColors(string, string, string, string)
public void RefreshColors(string allyTeamColor, string allyTeamColorSecondary, string enemyTeamColor, string enemyTeamColorSecondary)
Parameters
allyTeamColor
stringallyTeamColorSecondary
stringenemyTeamColor
stringenemyTeamColorSecondary
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).