Delegate DefeatPartyQuestTask.PartyConditionDelegateType
- Namespace
- TaleWorlds.CampaignSystem.Issues.IssueQuestTasks
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate bool DefeatPartyQuestTask.PartyConditionDelegateType(PartyBase defeatedParty)
Parameters
defeatedPartyPartyBase
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
defeatedPartyPartyBasecallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
Invoke(PartyBase)
public virtual bool Invoke(PartyBase defeatedParty)
Parameters
defeatedPartyPartyBase
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).