Delegate IsTroopTransferableDelegate
- Namespace
- TaleWorlds.CampaignSystem.Party
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate bool IsTroopTransferableDelegate(CharacterObject character, PartyScreenLogic.TroopType type, PartyScreenLogic.PartyRosterSide side, PartyBase LeftOwnerParty)
Parameters
characterCharacterObjecttypePartyScreenLogic.TroopTypesidePartyScreenLogic.PartyRosterSideLeftOwnerPartyPartyBase
Returns
- Extension Methods
Constructors
IsTroopTransferableDelegate(object, IntPtr)
public IsTroopTransferableDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(CharacterObject, TroopType, PartyRosterSide, PartyBase, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(CharacterObject character, PartyScreenLogic.TroopType type, PartyScreenLogic.PartyRosterSide side, PartyBase LeftOwnerParty, AsyncCallback callback, object @object)
Parameters
characterCharacterObjecttypePartyScreenLogic.TroopTypesidePartyScreenLogic.PartyRosterSideLeftOwnerPartyPartyBasecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
Invoke(CharacterObject, TroopType, PartyRosterSide, PartyBase)
public virtual bool Invoke(CharacterObject character, PartyScreenLogic.TroopType type, PartyScreenLogic.PartyRosterSide side, PartyBase LeftOwnerParty)
Parameters
characterCharacterObjecttypePartyScreenLogic.TroopTypesidePartyScreenLogic.PartyRosterSideLeftOwnerPartyPartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).