M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM Class Reference

Inherits TaleWorlds.Library.ViewModel, TaleWorlds.CampaignSystem.GameState.IPartyScreenLogicHandler, TaleWorlds.CampaignSystem.GameState.PartyScreenPrisonHandler, and TaleWorlds.CampaignSystem.GameState.IPartyScreenTroopHandler.

Public Member Functions

 PartyVM (PartyScreenLogic partyScreenLogic)
 
override void RefreshValues ()
 Used for updating localized texts.
 
void SetFiveStackShortcutKeyText (string text)
 
void SetEntireStackShortcutKeyText (string text)
 
void SetSelectedCharacter (PartyCharacterVM troop)
 
void ExecuteTransferWithParameters (PartyCharacterVM party, int index, string targetTag)
 
void OnUpgradePopUpClosed (bool isCancelled)
 
void OnRecruitPopUpClosed (bool isCancelled)
 
void ExecuteTransferAllMainTroops ()
 
void ExecuteTransferAllOtherTroops ()
 
void ExecuteTransferAllMainPrisoners ()
 
void ExecuteTransferAllOtherPrisoners ()
 
void ExecuteOpenUpgradePopUp ()
 
void ExecuteOpenRecruitPopUp ()
 
void ExecuteUpgrade (PartyCharacterVM troop, int upgradeTargetType, int maxUpgradeCount)
 
void ExecuteRecruit (PartyCharacterVM character, bool recruitAll=false)
 
void ExecuteExecution ()
 
void ExecuteRemoveZeroCounts ()
 
void ExecuteTalk ()
 
void ExecuteDone ()
 
void ExecuteReset ()
 
void ExecuteResetAndCancel ()
 
void ExecuteCancel ()
 
override void OnFinalize ()
 
void RequestUserInput (string text, Action accept, Action cancel)
 
void SetResetInputKey (HotKey hotkey)
 
void SetCancelInputKey (HotKey hotKey)
 
void SetDoneInputKey (HotKey hotKey)
 
void SetTakeAllTroopsInputKey (HotKey hotKey)
 
void SetDismissAllTroopsInputKey (HotKey hotKey)
 
void SetTakeAllPrisonersInputKey (HotKey hotKey)
 
void SetDismissAllPrisonersInputKey (HotKey hotKey)
 
void SetOpenUpgradePanelInputKey (HotKey hotKey)
 
void SetOpenRecruitPanelInputKey (HotKey hotKey)
 
void SetGetKeyTextFromKeyIDFunc (Func< string, TextObject > getKeyTextFromKeyId)
 
- Public Member Functions inherited from TaleWorlds.Library.ViewModel
void OnPropertyChanged ([CallerMemberName] string propertyName=null)
 Method for notifying binded views about the changes in a property. Uses reflection to get the value of the property. If reflection is not needed or updated value of the property is already known, use OnPropertyChangedWithValue() instead.
 
void OnPropertyChangedWithValue< T > (T value, [CallerMemberName]string propertyName=null)
 Faster method for notifying binded views about the changes in a property. To avoid reflection, caller can pass changed value to this method. If caller does not have access rights to the value, use OnPropertyChanged() instead.
 
void OnPropertyChangedWithValue (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Color value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChangedWithValue (Vec2 value, [CallerMemberName] string propertyName=null)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetViewModelAtPath (BindingPath path)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
object GetPropertyValue (string name)
 
Type GetPropertyType (string name)
 
void SetPropertyValue (string name, object value)
 
virtual void OnFinalize ()
 
void ExecuteCommand (string commandName, object[] parameters)
 
virtual void RefreshValues ()
 Used for updating localized texts.
 
object GetViewModelAtPath (BindingPath path)
 
object GetViewModelAtPath (BindingPath path, bool isList)
 
object GetPropertyValue (string name)
 
object GetPropertyValue (string name, PropertyTypeFeeder propertyTypeFeeder)
 
void SetPropertyValue (string name, object value)
 
void ExecuteCommand (string commandName, object[] parameters)
 
void RequestUserInput (string text, Action accept, Action cancel)
 
void ExecuteTakeAllPrisonersScript ()
 
void ExecuteDoneScript ()
 
void ExecuteResetScript ()
 
void ExecuteSellAllPrisoners ()
 
void PartyTroopTransfer ()
 
void ExecuteDoneScript ()
 

Public Attributes

bool IsFiveStackModifierActive
 
bool IsEntireStackModifierActive
 
bool IsInConversation = false
 

Properties

PartyScreenLogic PartyScreenLogic [get]
 
bool IsAnyPopUpOpen [get]
 
bool CanRightPartyTakeMoreTroops [get]
 
bool CanRightPartyTakeMorePrisoners [get]
 
PartyCharacterVM CurrentCharacter [get, set]
 
PartySortControllerVM OtherPartySortController [get, set]
 
PartySortControllerVM MainPartySortController [get, set]
 
PartyCompositionVM OtherPartyComposition [get, set]
 
PartyCompositionVM MainPartyComposition [get, set]
 
PartyCharacterVM CurrentFocusedCharacter [get, set]
 
UpgradeTargetVM CurrentFocusedUpgrade [get, set]
 
string HeaderLbl [get, set]
 
string OtherPartyNameLbl [get, set]
 
MBBindingList< PartyCharacterVMOtherPartyTroops [get, set]
 
MBBindingList< PartyCharacterVMOtherPartyPrisoners [get, set]
 
MBBindingList< PartyCharacterVMMainPartyTroops [get, set]
 
MBBindingList< PartyCharacterVMMainPartyPrisoners [get, set]
 
PartyUpgradeTroopVM UpgradePopUp [get, set]
 
PartyRecruitTroopVM RecruitPopUp [get, set]
 
HeroViewModel SelectedCharacter [get, set]
 
string CurrentCharacterLevelLbl [get, set]
 
string CurrentCharacterWageLbl [get, set]
 
BasicTooltipViewModel TransferAllOtherTroopsHint [get, set]
 
BasicTooltipViewModel TransferAllOtherPrisonersHint [get, set]
 
BasicTooltipViewModel TransferAllMainTroopsHint [get, set]
 
BasicTooltipViewModel TransferAllMainPrisonersHint [get, set]
 
StringItemWithHintVM CurrentCharacterTier [get, set]
 
HintViewModel ResetHint [get, set]
 
HintViewModel DoneHint [get, set]
 
string OtherPartyAccompanyingLbl [get, set]
 
HintViewModel MoraleHint [get, set]
 
HintViewModel TotalWageHint [get, set]
 
BasicTooltipViewModel SpeedHint [get, set]
 
BasicTooltipViewModel MainPartyTroopSizeLimitHint [get, set]
 
BasicTooltipViewModel MainPartyPrisonerSizeLimitHint [get, set]
 
BasicTooltipViewModel OtherPartyTroopSizeLimitHint [get, set]
 
BasicTooltipViewModel OtherPartyPrisonerSizeLimitHint [get, set]
 
BasicTooltipViewModel UsedHorsesHint [get, set]
 
HintViewModel DenarHint [get, set]
 
HintViewModel LevelHint [get, set]
 
HintViewModel WageHint [get, set]
 
string TitleLbl [get, set]
 
string MainPartyNameLbl [get, set]
 
HintViewModel FormationHint [get, set]
 
string TalkLbl [get, set]
 
string InfoLbl [get, set]
 
string CancelLbl [get, set]
 
string DoneLbl [get, set]
 
string TroopsLabel [get, set]
 
string PrisonersLabel [get, set]
 
string MainPartyTotalGoldLbl [get, set]
 
string MainPartyTotalMoraleLbl [get, set]
 
string MainPartyTotalSpeedLbl [get, set]
 
string MainPartyTotalWeeklyCostLbl [get, set]
 
bool IsCurrentCharacterFormationEnabled [get, set]
 
bool IsCurrentCharacterWageEnabled [get, set]
 
bool CanChooseRoles [get, set]
 
string OtherPartyTroopsLbl [get, set]
 
string OtherPartyPrisonersLbl [get, set]
 
string MainPartyTroopsLbl [get, set]
 
string MainPartyPrisonersLbl [get, set]
 
bool ShowQuestProgress [get, set]
 
int QuestProgressRequiredCount [get, set]
 
int QuestProgressCurrentCount [get, set]
 
int UpgradableTroopCount [get, set]
 
int RecruitableTroopCount [get, set]
 
bool IsDoneDisabled [get, set]
 
bool IsUpgradePopUpDisabled [get, set]
 
bool IsRecruitPopUpDisabled [get, set]
 
bool IsMainPrisonersLimitWarningEnabled [get, set]
 
bool IsMainTroopsLimitWarningEnabled [get, set]
 
bool IsOtherPrisonersLimitWarningEnabled [get, set]
 
bool IsUpgradePopupButtonHighlightEnabled [get, set]
 
bool IsOtherTroopsLimitWarningEnabled [get, set]
 
bool IsMainTroopsHaveTransferableTroops [get, set]
 
bool IsMainPrisonersHaveTransferableTroops [get, set]
 
bool IsOtherTroopsHaveTransferableTroops [get, set]
 
bool IsOtherPrisonersHaveTransferableTroops [get, set]
 
bool IsCancelDisabled [get, set]
 
bool AreMembersRelevantOnCurrentMode [get, set]
 
bool ArePrisonersRelevantOnCurrentMode [get, set]
 
string GoldChangeText [get, set]
 
string MoraleChangeText [get, set]
 
string HorseChangeText [get, set]
 
string InfluenceChangeText [get, set]
 
InputKeyItemVM ResetInputKey [get, set]
 
InputKeyItemVM CancelInputKey [get, set]
 
InputKeyItemVM DoneInputKey [get, set]
 
InputKeyItemVM TakeAllTroopsInputKey [get, set]
 
InputKeyItemVM DismissAllTroopsInputKey [get, set]
 
InputKeyItemVM TakeAllPrisonersInputKey [get, set]
 
InputKeyItemVM DismissAllPrisonersInputKey [get, set]
 
InputKeyItemVM OpenUpgradePanelInputKey [get, set]
 
InputKeyItemVM OpenRecruitPanelInputKey [get, set]
 
- Properties inherited from TaleWorlds.Library.ViewModel
PropertyChangedEventHandler PropertyChanged
 
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Additional Inherited Members

- Static Public Member Functions inherited from TaleWorlds.Library.ViewModel
static void CollectPropertiesAndMethods ()
 
- Static Public Attributes inherited from TaleWorlds.Library.ViewModel
static bool UIDebugMode
 
- Protected Member Functions inherited from TaleWorlds.Library.ViewModel
 ViewModel ()
 
bool SetField< T > (ref T field, T value, string propertyName)
 
- Events inherited from TaleWorlds.Library.IViewModel
PropertyChangedWithValueEventHandler PropertyChangedWithValue
 
PropertyChangedWithBoolValueEventHandler PropertyChangedWithBoolValue
 
PropertyChangedWithIntValueEventHandler PropertyChangedWithIntValue
 
PropertyChangedWithFloatValueEventHandler PropertyChangedWithFloatValue
 
PropertyChangedWithUIntValueEventHandler PropertyChangedWithUIntValue
 
PropertyChangedWithColorValueEventHandler PropertyChangedWithColorValue
 
PropertyChangedWithDoubleValueEventHandler PropertyChangedWithDoubleValue
 
PropertyChangedWithVec2ValueEventHandler PropertyChangedWithVec2Value
 

Constructor & Destructor Documentation

◆ PartyVM()

TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.PartyVM ( PartyScreenLogic  partyScreenLogic)

Member Function Documentation

◆ RefreshValues()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RefreshValues ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ SetFiveStackShortcutKeyText()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetFiveStackShortcutKeyText ( string  text)

◆ SetEntireStackShortcutKeyText()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetEntireStackShortcutKeyText ( string  text)

◆ SetSelectedCharacter()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetSelectedCharacter ( PartyCharacterVM  troop)

◆ ExecuteTransferWithParameters()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTransferWithParameters ( PartyCharacterVM  party,
int  index,
string  targetTag 
)

◆ OnUpgradePopUpClosed()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OnUpgradePopUpClosed ( bool  isCancelled)

◆ OnRecruitPopUpClosed()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OnRecruitPopUpClosed ( bool  isCancelled)

◆ ExecuteTransferAllMainTroops()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTransferAllMainTroops ( )

◆ ExecuteTransferAllOtherTroops()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTransferAllOtherTroops ( )

◆ ExecuteTransferAllMainPrisoners()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTransferAllMainPrisoners ( )

◆ ExecuteTransferAllOtherPrisoners()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTransferAllOtherPrisoners ( )

◆ ExecuteOpenUpgradePopUp()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteOpenUpgradePopUp ( )

◆ ExecuteOpenRecruitPopUp()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteOpenRecruitPopUp ( )

◆ ExecuteUpgrade()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteUpgrade ( PartyCharacterVM  troop,
int  upgradeTargetType,
int  maxUpgradeCount 
)

◆ ExecuteRecruit()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteRecruit ( PartyCharacterVM  character,
bool  recruitAll = false 
)

◆ ExecuteExecution()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteExecution ( )

◆ ExecuteRemoveZeroCounts()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteRemoveZeroCounts ( )

◆ ExecuteTalk()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteTalk ( )

◆ ExecuteDone()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteDone ( )

◆ ExecuteReset()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteReset ( )

◆ ExecuteResetAndCancel()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteResetAndCancel ( )

◆ ExecuteCancel()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ExecuteCancel ( )

◆ OnFinalize()

override void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OnFinalize ( )
virtual

Reimplemented from TaleWorlds.Library.ViewModel.

◆ RequestUserInput()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RequestUserInput ( string  text,
Action  accept,
Action  cancel 
)

◆ SetResetInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetResetInputKey ( HotKey  hotkey)

◆ SetCancelInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetCancelInputKey ( HotKey  hotKey)

◆ SetDoneInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetDoneInputKey ( HotKey  hotKey)

◆ SetTakeAllTroopsInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetTakeAllTroopsInputKey ( HotKey  hotKey)

◆ SetDismissAllTroopsInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetDismissAllTroopsInputKey ( HotKey  hotKey)

◆ SetTakeAllPrisonersInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetTakeAllPrisonersInputKey ( HotKey  hotKey)

◆ SetDismissAllPrisonersInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetDismissAllPrisonersInputKey ( HotKey  hotKey)

◆ SetOpenUpgradePanelInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetOpenUpgradePanelInputKey ( HotKey  hotKey)

◆ SetOpenRecruitPanelInputKey()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetOpenRecruitPanelInputKey ( HotKey  hotKey)

◆ SetGetKeyTextFromKeyIDFunc()

void TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SetGetKeyTextFromKeyIDFunc ( Func< string, TextObject getKeyTextFromKeyId)

Member Data Documentation

◆ IsFiveStackModifierActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsFiveStackModifierActive

◆ IsEntireStackModifierActive

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsEntireStackModifierActive

◆ IsInConversation

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsInConversation = false

Property Documentation

◆ PartyScreenLogic

PartyScreenLogic TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.PartyScreenLogic
get

◆ IsAnyPopUpOpen

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsAnyPopUpOpen
get

◆ CanRightPartyTakeMoreTroops

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CanRightPartyTakeMoreTroops
get

◆ CanRightPartyTakeMorePrisoners

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CanRightPartyTakeMorePrisoners
get

◆ CurrentCharacter

PartyCharacterVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentCharacter
getset

◆ OtherPartySortController

PartySortControllerVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartySortController
getset

◆ MainPartySortController

PartySortControllerVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartySortController
getset

◆ OtherPartyComposition

PartyCompositionVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyComposition
getset

◆ MainPartyComposition

PartyCompositionVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyComposition
getset

◆ CurrentFocusedCharacter

PartyCharacterVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentFocusedCharacter
getset

◆ CurrentFocusedUpgrade

UpgradeTargetVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentFocusedUpgrade
getset

◆ HeaderLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.HeaderLbl
getset

◆ OtherPartyNameLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyNameLbl
getset

◆ OtherPartyTroops

MBBindingList<PartyCharacterVM> TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyTroops
getset

◆ OtherPartyPrisoners

MBBindingList<PartyCharacterVM> TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyPrisoners
getset

◆ MainPartyTroops

MBBindingList<PartyCharacterVM> TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTroops
getset

◆ MainPartyPrisoners

MBBindingList<PartyCharacterVM> TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyPrisoners
getset

◆ UpgradePopUp

PartyUpgradeTroopVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.UpgradePopUp
getset

◆ RecruitPopUp

PartyRecruitTroopVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RecruitPopUp
getset

◆ SelectedCharacter

HeroViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SelectedCharacter
getset

◆ CurrentCharacterLevelLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentCharacterLevelLbl
getset

◆ CurrentCharacterWageLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentCharacterWageLbl
getset

◆ TransferAllOtherTroopsHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TransferAllOtherTroopsHint
getset

◆ TransferAllOtherPrisonersHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TransferAllOtherPrisonersHint
getset

◆ TransferAllMainTroopsHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TransferAllMainTroopsHint
getset

◆ TransferAllMainPrisonersHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TransferAllMainPrisonersHint
getset

◆ CurrentCharacterTier

StringItemWithHintVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CurrentCharacterTier
getset

◆ ResetHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ResetHint
getset

◆ DoneHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DoneHint
getset

◆ OtherPartyAccompanyingLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyAccompanyingLbl
getset

◆ MoraleHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MoraleHint
getset

◆ TotalWageHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TotalWageHint
getset

◆ SpeedHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.SpeedHint
getset

◆ MainPartyTroopSizeLimitHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTroopSizeLimitHint
getset

◆ MainPartyPrisonerSizeLimitHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyPrisonerSizeLimitHint
getset

◆ OtherPartyTroopSizeLimitHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyTroopSizeLimitHint
getset

◆ OtherPartyPrisonerSizeLimitHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyPrisonerSizeLimitHint
getset

◆ UsedHorsesHint

BasicTooltipViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.UsedHorsesHint
getset

◆ DenarHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DenarHint
getset

◆ LevelHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.LevelHint
getset

◆ WageHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.WageHint
getset

◆ TitleLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TitleLbl
getset

◆ MainPartyNameLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyNameLbl
getset

◆ FormationHint

HintViewModel TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.FormationHint
getset

◆ TalkLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TalkLbl
getset

◆ InfoLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.InfoLbl
getset

◆ CancelLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CancelLbl
getset

◆ DoneLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DoneLbl
getset

◆ TroopsLabel

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TroopsLabel
getset

◆ PrisonersLabel

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.PrisonersLabel
getset

◆ MainPartyTotalGoldLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTotalGoldLbl
getset

◆ MainPartyTotalMoraleLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTotalMoraleLbl
getset

◆ MainPartyTotalSpeedLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTotalSpeedLbl
getset

◆ MainPartyTotalWeeklyCostLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTotalWeeklyCostLbl
getset

◆ IsCurrentCharacterFormationEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsCurrentCharacterFormationEnabled
getset

◆ IsCurrentCharacterWageEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsCurrentCharacterWageEnabled
getset

◆ CanChooseRoles

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CanChooseRoles
getset

◆ OtherPartyTroopsLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyTroopsLbl
getset

◆ OtherPartyPrisonersLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OtherPartyPrisonersLbl
getset

◆ MainPartyTroopsLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyTroopsLbl
getset

◆ MainPartyPrisonersLbl

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MainPartyPrisonersLbl
getset

◆ ShowQuestProgress

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ShowQuestProgress
getset

◆ QuestProgressRequiredCount

int TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.QuestProgressRequiredCount
getset

◆ QuestProgressCurrentCount

int TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.QuestProgressCurrentCount
getset

◆ UpgradableTroopCount

int TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.UpgradableTroopCount
getset

◆ RecruitableTroopCount

int TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RecruitableTroopCount
getset

◆ IsDoneDisabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsDoneDisabled
getset

◆ IsUpgradePopUpDisabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsUpgradePopUpDisabled
getset

◆ IsRecruitPopUpDisabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsRecruitPopUpDisabled
getset

◆ IsMainPrisonersLimitWarningEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsMainPrisonersLimitWarningEnabled
getset

◆ IsMainTroopsLimitWarningEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsMainTroopsLimitWarningEnabled
getset

◆ IsOtherPrisonersLimitWarningEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsOtherPrisonersLimitWarningEnabled
getset

◆ IsUpgradePopupButtonHighlightEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsUpgradePopupButtonHighlightEnabled
getset

◆ IsOtherTroopsLimitWarningEnabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsOtherTroopsLimitWarningEnabled
getset

◆ IsMainTroopsHaveTransferableTroops

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsMainTroopsHaveTransferableTroops
getset

◆ IsMainPrisonersHaveTransferableTroops

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsMainPrisonersHaveTransferableTroops
getset

◆ IsOtherTroopsHaveTransferableTroops

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsOtherTroopsHaveTransferableTroops
getset

◆ IsOtherPrisonersHaveTransferableTroops

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsOtherPrisonersHaveTransferableTroops
getset

◆ IsCancelDisabled

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.IsCancelDisabled
getset

◆ AreMembersRelevantOnCurrentMode

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.AreMembersRelevantOnCurrentMode
getset

◆ ArePrisonersRelevantOnCurrentMode

bool TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ArePrisonersRelevantOnCurrentMode
getset

◆ GoldChangeText

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.GoldChangeText
getset

◆ MoraleChangeText

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.MoraleChangeText
getset

◆ HorseChangeText

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.HorseChangeText
getset

◆ InfluenceChangeText

string TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.InfluenceChangeText
getset

◆ ResetInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.ResetInputKey
getset

◆ CancelInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.CancelInputKey
getset

◆ DoneInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DoneInputKey
getset

◆ TakeAllTroopsInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TakeAllTroopsInputKey
getset

◆ DismissAllTroopsInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DismissAllTroopsInputKey
getset

◆ TakeAllPrisonersInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.TakeAllPrisonersInputKey
getset

◆ DismissAllPrisonersInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.DismissAllPrisonersInputKey
getset

◆ OpenUpgradePanelInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OpenUpgradePanelInputKey
getset

◆ OpenRecruitPanelInputKey

InputKeyItemVM TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.OpenRecruitPanelInputKey
getset