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