Table of Contents

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 CharacterObject
type PartyScreenLogic.TroopType
side PartyScreenLogic.PartyRosterSide
LeftOwnerParty PartyBase

Returns

bool
Extension Methods

Constructors

IsTroopTransferableDelegate(object, IntPtr)

public IsTroopTransferableDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

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 CharacterObject
type PartyScreenLogic.TroopType
side PartyScreenLogic.PartyRosterSide
LeftOwnerParty PartyBase
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(CharacterObject, TroopType, PartyRosterSide, PartyBase)

public virtual bool Invoke(CharacterObject character, PartyScreenLogic.TroopType type, PartyScreenLogic.PartyRosterSide side, PartyBase LeftOwnerParty)

Parameters

character CharacterObject
type PartyScreenLogic.TroopType
side PartyScreenLogic.PartyRosterSide
LeftOwnerParty PartyBase

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).