API Reference › Events
EventDelegates.OnWorldUpdate
DelegateNamespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public delegate void EventDelegates.OnWorldUpdate()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.
View source