Class PartyScreenWidget
- Namespace
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.Party
- Assembly
- TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class PartyScreenWidget : Widget
- Inheritance
-
PartyScreenWidget
- Inherited Members
Constructors
PartyScreenWidget(UIContext)
public PartyScreenWidget(UIContext context)
Parameters
context
UIContext
Properties
CurrentMainTuple
public PartyTroopTupleButtonWidget CurrentMainTuple { get; }
Property Value
CurrentOtherTuple
public PartyTroopTupleButtonWidget CurrentOtherTuple { get; }
Property Value
DismissAllPrisonersInputKeyVisualParent
public Widget DismissAllPrisonersInputKeyVisualParent { get; set; }
Property Value
IsOtherTroopWarningEnabled
[Editor(false)]
public bool IsOtherTroopWarningEnabled { get; set; }
Property Value
IsPrisonerWarningEnabled
[Editor(false)]
public bool IsPrisonerWarningEnabled { get; set; }
Property Value
IsTroopWarningEnabled
[Editor(false)]
public bool IsTroopWarningEnabled { get; set; }
Property Value
MainMemberList
[Editor(false)]
public ListPanel MainMemberList { get; set; }
Property Value
MainPartyTroopSize
[Editor(false)]
public int MainPartyTroopSize { get; set; }
Property Value
MainPrisonerList
[Editor(false)]
public ListPanel MainPrisonerList { get; set; }
Property Value
MainScrollPanel
public ScrollablePanel MainScrollPanel { get; set; }
Property Value
OtherMemberList
[Editor(false)]
public ListPanel OtherMemberList { get; set; }
Property Value
OtherPrisonerList
[Editor(false)]
public ListPanel OtherPrisonerList { get; set; }
Property Value
OtherScrollPanel
public ScrollablePanel OtherScrollPanel { get; set; }
Property Value
OtherTroopLabel
[Editor(false)]
public TextWidget OtherTroopLabel { get; set; }
Property Value
PrisonerLabel
[Editor(false)]
public TextWidget PrisonerLabel { get; set; }
Property Value
RecruitPopupParent
public Widget RecruitPopupParent { get; set; }
Property Value
TakeAllPrisonersInputKeyVisualParent
public Widget TakeAllPrisonersInputKeyVisualParent { get; set; }
Property Value
TransferInputKeyVisual
public InputKeyVisualWidget TransferInputKeyVisual { get; set; }
Property Value
TroopLabel
[Editor(false)]
public TextWidget TroopLabel { get; set; }
Property Value
UpgradePopupParent
public Widget UpgradePopupParent { get; set; }
Property Value
Methods
OnConnectedToRoot()
protected override void OnConnectedToRoot()
OnDisconnectedFromRoot()
protected override void OnDisconnectedFromRoot()
OnLateUpdate(float)
protected override void OnLateUpdate(float dt)
Parameters
dt
float
OnUpdate(float)
protected override void OnUpdate(float dt)
Parameters
dt
float
SetCurrentTuple(PartyTroopTupleButtonWidget, bool)
public void SetCurrentTuple(PartyTroopTupleButtonWidget tuple, bool isLeftSide)
Parameters
tuple
PartyTroopTupleButtonWidgetisLeftSide
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).