swiftlys2/docs/api/ai/
API Reference Events

IOnEntityParentChangedEvent

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

Called when an entity's parent changes.

View source

Properties

Entity

The entity that had its parent changed.

CEntityInstance Entity { get; }
Property Value

NewParent

The new parent of the entity.

CEntityInstance? NewParent { get; }
Property Value