Saxonberg Server API
    Preparing search index...

    Interface DialogueOpenArgs

    Arguments to BrainStatics.open.

    interface DialogueOpenArgs {
        config: Record<string, unknown>;
        interactive?: default;
        npc: Stuff;
        player: Stuff;
    }
    Index

    Properties

    config: Record<string, unknown>

    The dialogue spec's config — the tree, an opaque blob.

    interactive?: default

    The driver's connection, captured for the private choice wheel.

    npc: Stuff

    The responder host (the NPC; speaks its beats).

    player: Stuff

    The engaging player's character (drives the tree, speaks aloud).