ecspresso
    Preparing search index...

    Interface DetectionLostEvent

    Event fired when an entity leaves detection range.

    interface DetectionLostEvent {
        entityId: number;
        lostId: number;
    }
    Index

    Properties

    Properties

    entityId: number

    The entity doing the detecting

    lostId: number

    The entity that was lost