Delegate ActionBoolReturn<T1, T2, T3, T4>
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Returns true if the action/event was successfull.
public delegate bool ActionBoolReturn<T1, T2, T3, T4>(T1 t1, T2 t2, T3 t3, T4 t4)
Parameters
t1T1- Returns true if the action/event was successfull.
t2T2- Returns true if the action/event was successfull.
t3T3- Returns true if the action/event was successfull.
t4T4- Returns true if the action/event was successfull.
Returns
Type Parameters
T1The additional type to pass in.
T2The additional type to pass in.
T3The additional type to pass in.
T4
- Extension Methods