Table of Contents

Delegate ActionBoolReturn<T1, T2, T3>

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Returns true if the action/event was successfull.

public delegate bool ActionBoolReturn<T1, T2, T3>(T1 t1, T2 t2, T3 t3)

Parameters

t1 T1
Returns true if the action/event was successfull.
t2 T2
Returns true if the action/event was successfull.
t3 T3
Returns true if the action/event was successfull.

Returns

bool

Type Parameters

T1

The additional type to pass in.

T2

The additional type to pass in.

T3

The additional type to pass in.