Struct PartyScreenLogicInitializationData
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public struct PartyScreenLogicInitializationData- Inherited Members
- Extension Methods
Fields
AccompanyingTransferState
public PartyScreenLogic.TransferState AccompanyingTransferStateField Value
Header
public TextObject HeaderField Value
IsDismissMode
public bool IsDismissModeField Value
IsTroopUpgradesDisabled
public bool IsTroopUpgradesDisabledField Value
LeftLeaderHero
public Hero LeftLeaderHeroField Value
LeftMemberRoster
public TroopRoster LeftMemberRosterField Value
LeftOwnerParty
public PartyBase LeftOwnerPartyField Value
LeftPartyMembersSizeLimit
public int LeftPartyMembersSizeLimitField Value
LeftPartyName
public TextObject LeftPartyNameField Value
LeftPartyPrisonersSizeLimit
public int LeftPartyPrisonersSizeLimitField Value
LeftPrisonerRoster
public TroopRoster LeftPrisonerRosterField Value
MemberTransferState
public PartyScreenLogic.TransferState MemberTransferStateField Value
PartyPresentationCancelButtonActivateDelegate
public PartyPresentationCancelButtonActivateDelegate PartyPresentationCancelButtonActivateDelegateField Value
PartyPresentationCancelButtonDelegate
public PartyPresentationCancelButtonDelegate PartyPresentationCancelButtonDelegateField Value
PartyPresentationDoneButtonConditionDelegate
public PartyPresentationDoneButtonConditionDelegate PartyPresentationDoneButtonConditionDelegateField Value
PartyPresentationDoneButtonDelegate
public PartyPresentationDoneButtonDelegate PartyPresentationDoneButtonDelegateField Value
PartyScreenClosedDelegate
public PartyScreenClosedDelegate PartyScreenClosedDelegateField Value
PrisonerTransferState
public PartyScreenLogic.TransferState PrisonerTransferStateField Value
QuestModeWageDaysMultiplier
public int QuestModeWageDaysMultiplierField Value
RightLeaderHero
public Hero RightLeaderHeroField Value
RightMemberRoster
public TroopRoster RightMemberRosterField Value
RightOwnerParty
public PartyBase RightOwnerPartyField Value
RightPartyMembersSizeLimit
public int RightPartyMembersSizeLimitField Value
RightPartyName
public TextObject RightPartyNameField Value
RightPartyPrisonersSizeLimit
public int RightPartyPrisonersSizeLimitField Value
RightPrisonerRoster
public TroopRoster RightPrisonerRosterField Value
ShowProgressBar
public bool ShowProgressBarField Value
TransferHealthiesGetWoundedsFirst
public bool TransferHealthiesGetWoundedsFirstField Value
TroopTransferableDelegate
public IsTroopTransferableDelegate TroopTransferableDelegateField 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
- leftMemberRosterTroopRoster
- leftPrisonerRosterTroopRoster
- memberTransferStatePartyScreenLogic.TransferState
- prisonerTransferStatePartyScreenLogic.TransferState
- accompanyingTransferStatePartyScreenLogic.TransferState
- troopTransferableDelegateIsTroopTransferableDelegate
- leftOwnerPartyPartyBase
- leftPartyNameTextObject
- headerTextObject
- leftLeaderHeroHero
- leftPartyMembersSizeLimitint
- leftPartyPrisonersSizeLimitint
- partyPresentationDoneButtonDelegatePartyPresentationDoneButtonDelegate
- partyPresentationDoneButtonConditionDelegatePartyPresentationDoneButtonConditionDelegate
- partyPresentationCancelButtonDelegatePartyPresentationCancelButtonDelegate
- partyPresentationCancelButtonActivateDelegatePartyPresentationCancelButtonActivateDelegate
- partyScreenClosedDelegatePartyScreenClosedDelegate
- isDismissModebool
- transferHealthiesGetWoundedsFirstbool
- isTroopUpgradesDisabledbool
- showProgressBarbool
- questModeWageDaysMultiplierint
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
- partyMobileParty
- memberTransferStatePartyScreenLogic.TransferState
- prisonerTransferStatePartyScreenLogic.TransferState
- accompanyingTransferStatePartyScreenLogic.TransferState
- troopTransferableDelegateIsTroopTransferableDelegate
- headerTextObject
- partyPresentationDoneButtonDelegatePartyPresentationDoneButtonDelegate
- partyPresentationDoneButtonConditionDelegatePartyPresentationDoneButtonConditionDelegate
- partyPresentationCancelButtonDelegatePartyPresentationCancelButtonDelegate
- partyPresentationCancelButtonActivateDelegatePartyPresentationCancelButtonActivateDelegate
- partyScreenClosedDelegatePartyScreenClosedDelegate
- isDismissModebool
- transferHealthiesGetWoundedsFirstbool
- isTroopUpgradesDisabledbool
- showProgressBarbool
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).