Table of Contents

Delegate Listeners.OnEntityCreated

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

Called when an entity is created.

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

Parameters

entity CEntityInstance

The created entity.