SwiftlyS2

EventDelegates.OnWorldUpdate

Delegate EventDelegates.OnWorldUpdate

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when the world is updated. This happens even in hibernation. This callback is a hot path, be careful with it and don't do anything expensive.

public delegate void EventDelegates.OnWorldUpdate()

On this page