Table of Contents

Delegate InventoryLogic.AfterResetDelegate

Namespace
TaleWorlds.CampaignSystem.Inventory
Assembly
TaleWorlds.CampaignSystem.dll
public delegate void InventoryLogic.AfterResetDelegate(InventoryLogic inventoryLogic, bool fromCancel)

Parameters

inventoryLogic InventoryLogic
fromCancel bool
Extension Methods

Constructors

AfterResetDelegate(object, IntPtr)

public AfterResetDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(InventoryLogic, bool, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(InventoryLogic inventoryLogic, bool fromCancel, AsyncCallback callback, object @object)

Parameters

inventoryLogic InventoryLogic
fromCancel bool
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(InventoryLogic, bool)

public virtual void Invoke(InventoryLogic inventoryLogic, bool fromCancel)

Parameters

inventoryLogic InventoryLogic
fromCancel bool

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