swiftlys2/docs/api/ai/
API Reference Events

IOnEntitySpawnedEvent

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

Called when an entity is spawned.

View source

Properties

Entity

The entity that was spawned.

CEntityInstance Entity { get; }
Property Value