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
Header
public TextObject Header
Field Value
IsDismissMode
public bool IsDismissMode
Field Value
IsTroopUpgradesDisabled
public bool IsTroopUpgradesDisabled
Field Value
LeftLeaderHero
public Hero LeftLeaderHero
Field Value
LeftMemberRoster
public TroopRoster LeftMemberRoster
Field Value
LeftOwnerParty
public PartyBase LeftOwnerParty
Field Value
LeftPartyMembersSizeLimit
public int LeftPartyMembersSizeLimit
Field Value
LeftPartyName
public TextObject LeftPartyName
Field Value
LeftPartyPrisonersSizeLimit
public int LeftPartyPrisonersSizeLimit
Field Value
LeftPrisonerRoster
public TroopRoster LeftPrisonerRoster
Field Value
MemberTransferState
public PartyScreenLogic.TransferState MemberTransferState
Field Value
PartyPresentationCancelButtonActivateDelegate
public PartyPresentationCancelButtonActivateDelegate PartyPresentationCancelButtonActivateDelegate
Field Value
PartyPresentationCancelButtonDelegate
public PartyPresentationCancelButtonDelegate PartyPresentationCancelButtonDelegate
Field Value
PartyPresentationDoneButtonConditionDelegate
public PartyPresentationDoneButtonConditionDelegate PartyPresentationDoneButtonConditionDelegate
Field Value
PartyPresentationDoneButtonDelegate
public PartyPresentationDoneButtonDelegate PartyPresentationDoneButtonDelegate
Field Value
PartyScreenClosedDelegate
public PartyScreenClosedDelegate PartyScreenClosedDelegate
Field Value
PrisonerTransferState
public PartyScreenLogic.TransferState PrisonerTransferState
Field Value
QuestModeWageDaysMultiplier
public int QuestModeWageDaysMultiplier
Field Value
RightLeaderHero
public Hero RightLeaderHero
Field Value
RightMemberRoster
public TroopRoster RightMemberRoster
Field Value
RightOwnerParty
public PartyBase RightOwnerParty
Field Value
RightPartyMembersSizeLimit
public int RightPartyMembersSizeLimit
Field Value
RightPartyName
public TextObject RightPartyName
Field Value
RightPartyPrisonersSizeLimit
public int RightPartyPrisonersSizeLimit
Field Value
RightPrisonerRoster
public TroopRoster RightPrisonerRoster
Field Value
ShowProgressBar
public bool ShowProgressBar
Field Value
TransferHealthiesGetWoundedsFirst
public bool TransferHealthiesGetWoundedsFirst
Field Value
TroopTransferableDelegate
public IsTroopTransferableDelegate TroopTransferableDelegate
Field Value
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
TroopRosterleftPrisonerRoster
TroopRostermemberTransferState
PartyScreenLogic.TransferStateprisonerTransferState
PartyScreenLogic.TransferStateaccompanyingTransferState
PartyScreenLogic.TransferStatetroopTransferableDelegate
IsTroopTransferableDelegateleftOwnerParty
PartyBaseleftPartyName
TextObjectheader
TextObjectleftLeaderHero
HeroleftPartyMembersSizeLimit
intleftPartyPrisonersSizeLimit
intpartyPresentationDoneButtonDelegate
PartyPresentationDoneButtonDelegatepartyPresentationDoneButtonConditionDelegate
PartyPresentationDoneButtonConditionDelegatepartyPresentationCancelButtonDelegate
PartyPresentationCancelButtonDelegatepartyPresentationCancelButtonActivateDelegate
PartyPresentationCancelButtonActivateDelegatepartyScreenClosedDelegate
PartyScreenClosedDelegateisDismissMode
booltransferHealthiesGetWoundedsFirst
boolisTroopUpgradesDisabled
boolshowProgressBar
boolquestModeWageDaysMultiplier
int
Returns
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
MobilePartymemberTransferState
PartyScreenLogic.TransferStateprisonerTransferState
PartyScreenLogic.TransferStateaccompanyingTransferState
PartyScreenLogic.TransferStatetroopTransferableDelegate
IsTroopTransferableDelegateheader
TextObjectpartyPresentationDoneButtonDelegate
PartyPresentationDoneButtonDelegatepartyPresentationDoneButtonConditionDelegate
PartyPresentationDoneButtonConditionDelegatepartyPresentationCancelButtonDelegate
PartyPresentationCancelButtonDelegatepartyPresentationCancelButtonActivateDelegate
PartyPresentationCancelButtonActivateDelegatepartyScreenClosedDelegate
PartyScreenClosedDelegateisDismissMode
booltransferHealthiesGetWoundedsFirst
boolisTroopUpgradesDisabled
boolshowProgressBar
bool
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).