ecspresso
    Preparing search index...

    Interface DetectionGainedEvent

    Event fired when a new entity enters detection range.

    interface DetectionGainedEvent {
        detectedId: number;
        entityId: number;
    }
    Index

    Properties

    Properties

    detectedId: number

    The entity that was detected

    entityId: number

    The entity doing the detecting