Saxonberg Server API
    Preparing search index...

    Interface EmissionData

    Aggregated emission data exposed to trap / detection / sound consumers. resolvedHostChain lists the passthrough hosts walked to reach the emitting mode (empty when the actor is the emitter directly).

    interface EmissionData {
        bodyProfile: BodyProfile;
        groundContact: GroundContact;
        modeName: string;
        noiseLevel: NoiseLevel;
        resolvedHostChain: Stuff[];
    }
    Index

    Properties

    bodyProfile: BodyProfile
    groundContact: GroundContact
    modeName: string
    noiseLevel: NoiseLevel
    resolvedHostChain: Stuff[]