Table of Contents

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 T

The arguments for the event.

Returns

bool

Type Parameters

T

The additional type to pass in.