Delegate InventoryLogic.ProcessResultListDelegate
- Namespace
- TaleWorlds.CampaignSystem.Inventory
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void InventoryLogic.ProcessResultListDelegate(InventoryLogic inventoryLogic, List<TransferCommandResult> results)
Parameters
inventoryLogic
InventoryLogicresults
List<TransferCommandResult>
- Extension Methods
Constructors
ProcessResultListDelegate(object, IntPtr)
public ProcessResultListDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(InventoryLogic, List<TransferCommandResult>, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(InventoryLogic inventoryLogic, List<TransferCommandResult> results, AsyncCallback callback, object @object)
Parameters
inventoryLogic
InventoryLogicresults
List<TransferCommandResult>callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(InventoryLogic, List<TransferCommandResult>)
public virtual void Invoke(InventoryLogic inventoryLogic, List<TransferCommandResult> results)
Parameters
inventoryLogic
InventoryLogicresults
List<TransferCommandResult>
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).