IOnEntityCreatedEvent
Interface IOnEntityCreatedEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when an entity is created.
public interface IOnEntityCreatedEventProperties
Entity
The entity that was created. The entity is not fully initialized when this event is called, better do things on next tick and also add a validity check there.
CEntityInstance Entity { get; }Property Value