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