SwiftlyS2

IOnEntityParentChangedEvent

Interface IOnEntityParentChangedEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when an entity's parent changes.

public interface IOnEntityParentChangedEvent

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

On this page