Table of Contents

Delegate Listeners.OnMapStart

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll

Called when a new map is loaded.

[ListenerName("OnMapStart")]
public delegate void Listeners.OnMapStart(string mapName)

Parameters

mapName string

The name of the map that was started.