Delegate ActionConsumable<T1, T2>
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Return true if the action/event should be "consumed" (e.g. mark a mouse click as handled)
public delegate bool ActionConsumable<T1, T2>(T1 t1, T2 t2)
Parameters
t1
T1t2
T2
Returns
Type Parameters
T1
T2
- Extension Methods