swiftlys2/docs/api/ai/
API Reference EntitySystem

IEntitySystemService.EntityOutputEventHandler

Delegate
Namespace: SwiftlyS2.Shared.EntitySystem · Assembly: SwiftlyS2.CS2.dll
public delegate void IEntitySystemService.EntityOutputEventHandler(IOnEntityFireOutputHookEvent @event)

Represents a method that handles an entity output event, allowing custom logic to be executed when an entity triggers an output.

View source