Table of Contents

Delegate PartyScreenLogic.AfterResetDelegate

Namespace
TaleWorlds.CampaignSystem.Party
Assembly
TaleWorlds.CampaignSystem.dll
public delegate void PartyScreenLogic.AfterResetDelegate(PartyScreenLogic partyScreenLogic, bool fromCancel)

Parameters

partyScreenLogic PartyScreenLogic
fromCancel bool
Extension Methods

Constructors

AfterResetDelegate(object, IntPtr)

public AfterResetDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(PartyScreenLogic, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(PartyScreenLogic partyScreenLogic, bool fromCancel, AsyncCallback callback, object @object)

Parameters

partyScreenLogic PartyScreenLogic
fromCancel bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(PartyScreenLogic, bool)

public virtual void Invoke(PartyScreenLogic partyScreenLogic, bool fromCancel)

Parameters

partyScreenLogic PartyScreenLogic
fromCancel bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).