IEntitySystemService.EntityOutputEventHandler
Delegate IEntitySystemService.EntityOutputEventHandler
Namespace: SwiftlyS2.Shared.EntitySystem
Assembly: SwiftlyS2.CS2.dll
Represents a method that handles an entity output event, allowing custom logic to be executed when an entity triggers an output.
public delegate void IEntitySystemService.EntityOutputEventHandler(IOnEntityFireOutputHookEvent @event)Parameters
- event IOnEntityFireOutputHookEvent — The event that was triggered.