Class EncounterMenuOverlayVM
- Assembly
- TaleWorlds.CampaignSystem.ViewModelCollection.dll
[MenuOverlay("EncounterMenuOverlay")]
public class EncounterMenuOverlayVM : GameMenuOverlay, IViewModel, INotifyPropertyChanged
- Inheritance
-
EncounterMenuOverlayVM
- Implements
- Inherited Members
Constructors
EncounterMenuOverlayVM()
public EncounterMenuOverlayVM()
Properties
AttackerBannerHint
[DataSourceProperty]
public HintViewModel AttackerBannerHint { get; set; }
Property Value
AttackerFoodHint
[DataSourceProperty]
public BasicTooltipViewModel AttackerFoodHint { get; set; }
Property Value
AttackerMoraleHint
[DataSourceProperty]
public BasicTooltipViewModel AttackerMoraleHint { get; set; }
Property Value
AttackerPartyBanner
[DataSourceProperty]
public ImageIdentifierVM AttackerPartyBanner { get; set; }
Property Value
AttackerPartyCount
[DataSourceProperty]
public int AttackerPartyCount { get; set; }
Property Value
AttackerPartyCountLbl
[DataSourceProperty]
public string AttackerPartyCountLbl { get; set; }
Property Value
AttackerPartyFood
[DataSourceProperty]
public string AttackerPartyFood { get; set; }
Property Value
AttackerPartyList
[DataSourceProperty]
public MBBindingList<GameMenuPartyItemVM> AttackerPartyList { get; set; }
Property Value
AttackerPartyMorale
[DataSourceProperty]
public string AttackerPartyMorale { get; set; }
Property Value
AttackerTroopNumHint
[DataSourceProperty]
public HintViewModel AttackerTroopNumHint { get; set; }
Property Value
DefenderBannerHint
[DataSourceProperty]
public HintViewModel DefenderBannerHint { get; set; }
Property Value
DefenderFoodHint
[DataSourceProperty]
public BasicTooltipViewModel DefenderFoodHint { get; set; }
Property Value
DefenderMoraleHint
[DataSourceProperty]
public BasicTooltipViewModel DefenderMoraleHint { get; set; }
Property Value
DefenderPartyBanner
[DataSourceProperty]
public ImageIdentifierVM DefenderPartyBanner { get; set; }
Property Value
DefenderPartyCount
[DataSourceProperty]
public int DefenderPartyCount { get; set; }
Property Value
DefenderPartyCountLbl
[DataSourceProperty]
public string DefenderPartyCountLbl { get; set; }
Property Value
DefenderPartyFood
[DataSourceProperty]
public string DefenderPartyFood { get; set; }
Property Value
DefenderPartyList
[DataSourceProperty]
public MBBindingList<GameMenuPartyItemVM> DefenderPartyList { get; set; }
Property Value
DefenderPartyMorale
[DataSourceProperty]
public string DefenderPartyMorale { get; set; }
Property Value
DefenderTroopNumHint
[DataSourceProperty]
public HintViewModel DefenderTroopNumHint { get; set; }
Property Value
DefenderWallHint
[DataSourceProperty]
public BasicTooltipViewModel DefenderWallHint { get; set; }
Property Value
DefenderWallHitPoints
public string DefenderWallHitPoints { get; set; }
Property Value
IsSiege
[DataSourceProperty]
public bool IsSiege { get; set; }
Property Value
PowerComparer
[DataSourceProperty]
public PowerLevelComparer PowerComparer { get; set; }
Property Value
TitleText
[DataSourceProperty]
public string TitleText { get; set; }
Property Value
Methods
OnFrameTick(float)
public override void OnFrameTick(float dt)
Parameters
dt
float
Refresh()
public override void Refresh()
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).