swiftlys2/docs/api/ai/
API Reference Events

EventDelegates.OnTick

Delegate
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public delegate void EventDelegates.OnTick()

Called when game has processed a tick. Won't be called if the server is in hibernation. This callback is a hot path, be careful with it and don't do anything expensive.

View source