swiftlys2/docs/api/ai/
API Reference Events

IOnMapUnloadEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public interface IOnMapUnloadEvent

Called when the map is unloaded.

View source

Properties

MapName

The name of the map.

string MapName { get; }
Property Value