Delegate PartyPresentationDoneButtonDelegate
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate bool PartyPresentationDoneButtonDelegate(TroopRoster leftMemberRoster, TroopRoster leftPrisonRoster, TroopRoster rightMemberRoster, TroopRoster rightPrisonRoster, FlattenedTroopRoster takenPrisonerRoster, FlattenedTroopRoster releasedPrisonerRoster, bool isForced, PartyBase leftParty = null, PartyBase rightParty = null)
Parameters
leftMemberRosterTroopRosterleftPrisonRosterTroopRosterrightMemberRosterTroopRosterrightPrisonRosterTroopRostertakenPrisonerRosterFlattenedTroopRosterreleasedPrisonerRosterFlattenedTroopRosterisForcedboolleftPartyPartyBaserightPartyPartyBase
Returns
- Extension Methods
Constructors
PartyPresentationDoneButtonDelegate(object, IntPtr)
public PartyPresentationDoneButtonDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(TroopRoster, TroopRoster, TroopRoster, TroopRoster, FlattenedTroopRoster, FlattenedTroopRoster, bool, PartyBase, PartyBase, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(TroopRoster leftMemberRoster, TroopRoster leftPrisonRoster, TroopRoster rightMemberRoster, TroopRoster rightPrisonRoster, FlattenedTroopRoster takenPrisonerRoster, FlattenedTroopRoster releasedPrisonerRoster, bool isForced, PartyBase leftParty, PartyBase rightParty, AsyncCallback callback, object @object)
Parameters
leftMemberRosterTroopRosterleftPrisonRosterTroopRosterrightMemberRosterTroopRosterrightPrisonRosterTroopRostertakenPrisonerRosterFlattenedTroopRosterreleasedPrisonerRosterFlattenedTroopRosterisForcedboolleftPartyPartyBaserightPartyPartyBasecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
Invoke(TroopRoster, TroopRoster, TroopRoster, TroopRoster, FlattenedTroopRoster, FlattenedTroopRoster, bool, PartyBase, PartyBase)
public virtual bool Invoke(TroopRoster leftMemberRoster, TroopRoster leftPrisonRoster, TroopRoster rightMemberRoster, TroopRoster rightPrisonRoster, FlattenedTroopRoster takenPrisonerRoster, FlattenedTroopRoster releasedPrisonerRoster, bool isForced, PartyBase leftParty = null, PartyBase rightParty = null)
Parameters
leftMemberRosterTroopRosterleftPrisonRosterTroopRosterrightMemberRosterTroopRosterrightPrisonRosterTroopRostertakenPrisonerRosterFlattenedTroopRosterreleasedPrisonerRosterFlattenedTroopRosterisForcedboolleftPartyPartyBaserightPartyPartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).