Table of Contents

Delegate EventBusListenerDelegate

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

For handling events on the event bus

public delegate void EventBusListenerDelegate(string eventName, ref EnumHandling handling, IAttribute data)

Parameters

eventName string
handling EnumHandling

Set to EnumHandling.Last to stop further propagation of the event

data IAttribute