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