Saxonberg Server API
    Preparing search index...

    Interface ScopedEmoteRequest

    Synchronous request from SoulMixin.emote/emoteFree on a scoped emote. The registry tallies/toggles, fires renown on a flip-on, and returns whether the per-emote fan-out line should be suppressed.

    interface ScopedEmoteRequest {
        customText?: string;
        emoji?: string;
        inReactionTo: string;
        reactor: Stuff;
        tags: string[];
        verb: string;
    }
    Index

    Properties

    customText?: string
    emoji?: string
    inReactionTo: string
    reactor: Stuff

    The reactor. Only its stuffId (and HasInteractive, if present) is read by the registry — no Sensor surface needed, so a plain Stuff keeps callers cast-free.

    tags: string[]
    verb: string

    Canonical emote verb, or a free-form marker.