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