Delegate PartyComponent.OnPartyComponentCreatedDelegate
- Namespace
- TaleWorlds.CampaignSystem.Party.PartyComponents
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void PartyComponent.OnPartyComponentCreatedDelegate(MobileParty mobileParty)
Parameters
mobileParty
MobileParty
- 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
mobileParty
MobilePartycallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(MobileParty)
public virtual void Invoke(MobileParty mobileParty)
Parameters
mobileParty
MobileParty
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).