Delegate ActionConsumable<T>
- 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<T>(T t1)
Parameters
t1
T
Returns
Type Parameters
T
- Extension Methods