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
eventNamestringhandlingEnumHandlingSet to EnumHandling.Last to stop further propagation of the event
dataIAttribute
- Extension Methods