Table of Contents

Struct PartyScreenLogicInitializationData

Namespace
TaleWorlds.CampaignSystem.Party
Assembly
TaleWorlds.CampaignSystem.dll
public struct PartyScreenLogicInitializationData
Inherited Members
Extension Methods

Fields

AccompanyingTransferState

public PartyScreenLogic.TransferState AccompanyingTransferState

Field Value

PartyScreenLogic.TransferState

Header

public TextObject Header

Field Value

TextObject

IsDismissMode

public bool IsDismissMode

Field Value

bool

IsTroopUpgradesDisabled

public bool IsTroopUpgradesDisabled

Field Value

bool

LeftLeaderHero

public Hero LeftLeaderHero

Field Value

Hero

LeftMemberRoster

public TroopRoster LeftMemberRoster

Field Value

TroopRoster

LeftOwnerParty

public PartyBase LeftOwnerParty

Field Value

PartyBase

LeftPartyMembersSizeLimit

public int LeftPartyMembersSizeLimit

Field Value

int

LeftPartyName

public TextObject LeftPartyName

Field Value

TextObject

LeftPartyPrisonersSizeLimit

public int LeftPartyPrisonersSizeLimit

Field Value

int

LeftPrisonerRoster

public TroopRoster LeftPrisonerRoster

Field Value

TroopRoster

MemberTransferState

public PartyScreenLogic.TransferState MemberTransferState

Field Value

PartyScreenLogic.TransferState

PartyPresentationCancelButtonActivateDelegate

public PartyPresentationCancelButtonActivateDelegate PartyPresentationCancelButtonActivateDelegate

Field Value

PartyPresentationCancelButtonActivateDelegate

PartyPresentationCancelButtonDelegate

public PartyPresentationCancelButtonDelegate PartyPresentationCancelButtonDelegate

Field Value

PartyPresentationCancelButtonDelegate

PartyPresentationDoneButtonConditionDelegate

public PartyPresentationDoneButtonConditionDelegate PartyPresentationDoneButtonConditionDelegate

Field Value

PartyPresentationDoneButtonConditionDelegate

PartyPresentationDoneButtonDelegate

public PartyPresentationDoneButtonDelegate PartyPresentationDoneButtonDelegate

Field Value

PartyPresentationDoneButtonDelegate

PartyScreenClosedDelegate

public PartyScreenClosedDelegate PartyScreenClosedDelegate

Field Value

PartyScreenClosedDelegate

PrisonerTransferState

public PartyScreenLogic.TransferState PrisonerTransferState

Field Value

PartyScreenLogic.TransferState

QuestModeWageDaysMultiplier

public int QuestModeWageDaysMultiplier

Field Value

int

RightLeaderHero

public Hero RightLeaderHero

Field Value

Hero

RightMemberRoster

public TroopRoster RightMemberRoster

Field Value

TroopRoster

RightOwnerParty

public PartyBase RightOwnerParty

Field Value

PartyBase

RightPartyMembersSizeLimit

public int RightPartyMembersSizeLimit

Field Value

int

RightPartyName

public TextObject RightPartyName

Field Value

TextObject

RightPartyPrisonersSizeLimit

public int RightPartyPrisonersSizeLimit

Field Value

int

RightPrisonerRoster

public TroopRoster RightPrisonerRoster

Field Value

TroopRoster

ShowProgressBar

public bool ShowProgressBar

Field Value

bool

TransferHealthiesGetWoundedsFirst

public bool TransferHealthiesGetWoundedsFirst

Field Value

bool

TroopTransferableDelegate

public IsTroopTransferableDelegate TroopTransferableDelegate

Field Value

IsTroopTransferableDelegate

Methods

CreateBasicInitDataWithMainParty(TroopRoster, TroopRoster, TransferState, TransferState, TransferState, IsTroopTransferableDelegate, PartyBase, TextObject, TextObject, Hero, int, int, PartyPresentationDoneButtonDelegate, PartyPresentationDoneButtonConditionDelegate, PartyPresentationCancelButtonDelegate, PartyPresentationCancelButtonActivateDelegate, PartyScreenClosedDelegate, bool, bool, bool, bool, int)

public static PartyScreenLogicInitializationData CreateBasicInitDataWithMainParty(TroopRoster leftMemberRoster, TroopRoster leftPrisonerRoster, PartyScreenLogic.TransferState memberTransferState, PartyScreenLogic.TransferState prisonerTransferState, PartyScreenLogic.TransferState accompanyingTransferState, IsTroopTransferableDelegate troopTransferableDelegate, PartyBase leftOwnerParty = null, TextObject leftPartyName = null, TextObject header = null, Hero leftLeaderHero = null, int leftPartyMembersSizeLimit = 0, int leftPartyPrisonersSizeLimit = 0, PartyPresentationDoneButtonDelegate partyPresentationDoneButtonDelegate = null, PartyPresentationDoneButtonConditionDelegate partyPresentationDoneButtonConditionDelegate = null, PartyPresentationCancelButtonDelegate partyPresentationCancelButtonDelegate = null, PartyPresentationCancelButtonActivateDelegate partyPresentationCancelButtonActivateDelegate = null, PartyScreenClosedDelegate partyScreenClosedDelegate = null, bool isDismissMode = false, bool transferHealthiesGetWoundedsFirst = false, bool isTroopUpgradesDisabled = false, bool showProgressBar = false, int questModeWageDaysMultiplier = 0)

Parameters

leftMemberRoster TroopRoster
leftPrisonerRoster TroopRoster
memberTransferState PartyScreenLogic.TransferState
prisonerTransferState PartyScreenLogic.TransferState
accompanyingTransferState PartyScreenLogic.TransferState
troopTransferableDelegate IsTroopTransferableDelegate
leftOwnerParty PartyBase
leftPartyName TextObject
header TextObject
leftLeaderHero Hero
leftPartyMembersSizeLimit int
leftPartyPrisonersSizeLimit int
partyPresentationDoneButtonDelegate PartyPresentationDoneButtonDelegate
partyPresentationDoneButtonConditionDelegate PartyPresentationDoneButtonConditionDelegate
partyPresentationCancelButtonDelegate PartyPresentationCancelButtonDelegate
partyPresentationCancelButtonActivateDelegate PartyPresentationCancelButtonActivateDelegate
partyScreenClosedDelegate PartyScreenClosedDelegate
isDismissMode bool
transferHealthiesGetWoundedsFirst bool
isTroopUpgradesDisabled bool
showProgressBar bool
questModeWageDaysMultiplier int

Returns

PartyScreenLogicInitializationData

CreateBasicInitDataWithMainPartyAndOther(MobileParty, TransferState, TransferState, TransferState, IsTroopTransferableDelegate, TextObject, PartyPresentationDoneButtonDelegate, PartyPresentationDoneButtonConditionDelegate, PartyPresentationCancelButtonDelegate, PartyPresentationCancelButtonActivateDelegate, PartyScreenClosedDelegate, bool, bool, bool, bool)

public static PartyScreenLogicInitializationData CreateBasicInitDataWithMainPartyAndOther(MobileParty party, PartyScreenLogic.TransferState memberTransferState, PartyScreenLogic.TransferState prisonerTransferState, PartyScreenLogic.TransferState accompanyingTransferState, IsTroopTransferableDelegate troopTransferableDelegate, TextObject header = null, PartyPresentationDoneButtonDelegate partyPresentationDoneButtonDelegate = null, PartyPresentationDoneButtonConditionDelegate partyPresentationDoneButtonConditionDelegate = null, PartyPresentationCancelButtonDelegate partyPresentationCancelButtonDelegate = null, PartyPresentationCancelButtonActivateDelegate partyPresentationCancelButtonActivateDelegate = null, PartyScreenClosedDelegate partyScreenClosedDelegate = null, bool isDismissMode = false, bool transferHealthiesGetWoundedsFirst = false, bool isTroopUpgradesDisabled = true, bool showProgressBar = false)

Parameters

party MobileParty
memberTransferState PartyScreenLogic.TransferState
prisonerTransferState PartyScreenLogic.TransferState
accompanyingTransferState PartyScreenLogic.TransferState
troopTransferableDelegate IsTroopTransferableDelegate
header TextObject
partyPresentationDoneButtonDelegate PartyPresentationDoneButtonDelegate
partyPresentationDoneButtonConditionDelegate PartyPresentationDoneButtonConditionDelegate
partyPresentationCancelButtonDelegate PartyPresentationCancelButtonDelegate
partyPresentationCancelButtonActivateDelegate PartyPresentationCancelButtonActivateDelegate
partyScreenClosedDelegate PartyScreenClosedDelegate
isDismissMode bool
transferHealthiesGetWoundedsFirst bool
isTroopUpgradesDisabled bool
showProgressBar bool

Returns

PartyScreenLogicInitializationData

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