Delegate ActionBoolReturn<T>
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Returns true if the action/event was successfull.
public delegate bool ActionBoolReturn<T>(T t)
Parameters
t
TThe arguments for the event.
Returns
Type Parameters
T
The additional type to pass in.
- Extension Methods