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
character
CharacterObjecttype
PartyScreenLogic.TroopTypeside
PartyScreenLogic.PartyRosterSideLeftOwnerParty
PartyBase
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
character
CharacterObjecttype
PartyScreenLogic.TroopTypeside
PartyScreenLogic.PartyRosterSideLeftOwnerParty
PartyBasecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(CharacterObject, TroopType, PartyRosterSide, PartyBase)
public virtual bool Invoke(CharacterObject character, PartyScreenLogic.TroopType type, PartyScreenLogic.PartyRosterSide side, PartyBase LeftOwnerParty)
Parameters
character
CharacterObjecttype
PartyScreenLogic.TroopTypeside
PartyScreenLogic.PartyRosterSideLeftOwnerParty
PartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).