Delegate InventoryLogic.AfterResetDelegate
- Namespace
- TaleWorlds.CampaignSystem.Inventory
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void InventoryLogic.AfterResetDelegate(InventoryLogic inventoryLogic, bool fromCancel)
Parameters
inventoryLogicInventoryLogicfromCancelbool
- Extension Methods
Constructors
AfterResetDelegate(object, IntPtr)
public AfterResetDelegate(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(InventoryLogic, bool, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(InventoryLogic inventoryLogic, bool fromCancel, AsyncCallback callback, object @object)
Parameters
inventoryLogicInventoryLogicfromCancelboolcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(InventoryLogic, bool)
public virtual void Invoke(InventoryLogic inventoryLogic, bool fromCancel)
Parameters
inventoryLogicInventoryLogicfromCancelbool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).