swiftlys2/docs/api/ai/
API Reference Scheduler

ITimerContext

Interface
Namespace: SwiftlyS2.Shared.Scheduler · Assembly: SwiftlyS2.CS2.dll
public interface ITimerContext
View source

Properties

ExecutionCount

Gets the number of times the timer has been executed. The first execution count is 0.

ulong ExecutionCount { get; }
Property Value