Table of Contents

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

object object
method IntPtr

Methods

BeginInvoke(MobileParty, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(MobileParty mobileParty, AsyncCallback callback, object @object)

Parameters

mobileParty MobileParty
callback AsyncCallback
object object

Returns

IAsyncResult

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).