Table of Contents

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

PartyTroopTupleButtonWidget

CurrentOtherTuple

public PartyTroopTupleButtonWidget CurrentOtherTuple { get; }

Property Value

PartyTroopTupleButtonWidget

DismissAllPrisonersInputKeyVisualParent

public Widget DismissAllPrisonersInputKeyVisualParent { get; set; }

Property Value

Widget

IsOtherTroopWarningEnabled

[Editor(false)]
public bool IsOtherTroopWarningEnabled { get; set; }

Property Value

bool

IsPrisonerWarningEnabled

[Editor(false)]
public bool IsPrisonerWarningEnabled { get; set; }

Property Value

bool

IsTroopWarningEnabled

[Editor(false)]
public bool IsTroopWarningEnabled { get; set; }

Property Value

bool

MainMemberList

[Editor(false)]
public ListPanel MainMemberList { get; set; }

Property Value

ListPanel

MainPartyTroopSize

[Editor(false)]
public int MainPartyTroopSize { get; set; }

Property Value

int

MainPrisonerList

[Editor(false)]
public ListPanel MainPrisonerList { get; set; }

Property Value

ListPanel

MainScrollPanel

public ScrollablePanel MainScrollPanel { get; set; }

Property Value

ScrollablePanel

OtherMemberList

[Editor(false)]
public ListPanel OtherMemberList { get; set; }

Property Value

ListPanel

OtherPrisonerList

[Editor(false)]
public ListPanel OtherPrisonerList { get; set; }

Property Value

ListPanel

OtherScrollPanel

public ScrollablePanel OtherScrollPanel { get; set; }

Property Value

ScrollablePanel

OtherTroopLabel

[Editor(false)]
public TextWidget OtherTroopLabel { get; set; }

Property Value

TextWidget

PrisonerLabel

[Editor(false)]
public TextWidget PrisonerLabel { get; set; }

Property Value

TextWidget

RecruitPopupParent

public Widget RecruitPopupParent { get; set; }

Property Value

Widget

TakeAllPrisonersInputKeyVisualParent

public Widget TakeAllPrisonersInputKeyVisualParent { get; set; }

Property Value

Widget

TransferInputKeyVisual

public InputKeyVisualWidget TransferInputKeyVisual { get; set; }

Property Value

InputKeyVisualWidget

TroopLabel

[Editor(false)]
public TextWidget TroopLabel { get; set; }

Property Value

TextWidget

UpgradePopupParent

public Widget UpgradePopupParent { get; set; }

Property Value

Widget

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 PartyTroopTupleButtonWidget
isLeftSide bool

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