Delegate DefeatPartyQuestTask.PartyConditionDelegateType
- Namespace
- TaleWorlds.CampaignSystem.Issues.IssueQuestTasks
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate bool DefeatPartyQuestTask.PartyConditionDelegateType(PartyBase defeatedParty)
Parameters
defeatedParty
PartyBase
Returns
- Extension Methods
Constructors
PartyConditionDelegateType(object, IntPtr)
public PartyConditionDelegateType(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(PartyBase, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(PartyBase defeatedParty, AsyncCallback callback, object @object)
Parameters
defeatedParty
PartyBasecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(PartyBase)
public virtual bool Invoke(PartyBase defeatedParty)
Parameters
defeatedParty
PartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).