Script API - v1.26.30.25
    Preparing search index...

    Class EntityContainerClosedAfterEventRc

    Contains information regarding a specific entity container being closed.

    export class EntityContainerClosedAfterEvent {
    private constructor();
    readonly closeSource: ContainerAccessSource;
    readonly entity: Entity;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    The source of the entity container being closed.

    This property can't be read in early-execution mode.

    entity: Entity