swiftlys2/docs/api/ai/
API Reference EntitySystem

IEntitySystemService.EntityInputEventHandler

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

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

View source