Delegate InventoryLogic.AfterResetDelegate
- Namespace
- TaleWorlds.CampaignSystem.Inventory
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void InventoryLogic.AfterResetDelegate(InventoryLogic inventoryLogic, bool fromCancel)
Parameters
inventoryLogic
InventoryLogicfromCancel
bool
- 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
inventoryLogic
InventoryLogicfromCancel
boolcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(InventoryLogic, bool)
public virtual void Invoke(InventoryLogic inventoryLogic, bool fromCancel)
Parameters
inventoryLogic
InventoryLogicfromCancel
bool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).