Table of Contents

Delegate ActionBoolReturn<T1, T2>

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Returns true if the action/event was successfull.

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

Parameters

t1 T1
Returns true if the action/event was successfull.
t2 T2
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.