Delegate DefeatPartyQuestTask.OnPartyDefeatedDelegateType
- Namespace
- TaleWorlds.CampaignSystem.Issues.IssueQuestTasks
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void DefeatPartyQuestTask.OnPartyDefeatedDelegateType(PartyBase party)
Parameters
party
PartyBase
- 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
party
PartyBasecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(PartyBase)
public virtual void Invoke(PartyBase party)
Parameters
party
PartyBase
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).