Delegate PartyComponent.OnPartyComponentCreatedDelegate
- Namespace
- TaleWorlds.CampaignSystem.Party.PartyComponents
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void PartyComponent.OnPartyComponentCreatedDelegate(MobileParty mobileParty)
Parameters
mobilePartyMobileParty
- Extension Methods
Constructors
OnPartyComponentCreatedDelegate(object, IntPtr)
public OnPartyComponentCreatedDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(MobileParty, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(MobileParty mobileParty, AsyncCallback callback, object @object)
Parameters
mobilePartyMobilePartycallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(MobileParty)
public virtual void Invoke(MobileParty mobileParty)
Parameters
mobilePartyMobileParty
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).