Table of Contents

Delegate DefeatPartyQuestTask.PartyConditionDelegateType

Namespace
TaleWorlds.CampaignSystem.Issues.IssueQuestTasks
Assembly
TaleWorlds.CampaignSystem.dll
public delegate bool DefeatPartyQuestTask.PartyConditionDelegateType(PartyBase defeatedParty)

Parameters

defeatedParty PartyBase

Returns

bool
Extension Methods

Constructors

PartyConditionDelegateType(object, IntPtr)

public PartyConditionDelegateType(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(PartyBase, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(PartyBase defeatedParty, AsyncCallback callback, object @object)

Parameters

defeatedParty PartyBase
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(PartyBase)

public virtual bool Invoke(PartyBase defeatedParty)

Parameters

defeatedParty PartyBase

Returns

bool

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