Table of Contents

Delegate Listeners.OnEntitySpawned

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

Called when an entity is spawned.

[ListenerName("OnEntitySpawned")]
public delegate void Listeners.OnEntitySpawned(CEntityInstance entity)

Parameters

entity CEntityInstance

The spawned entity.