Loom Engine - v0.10.1
    Preparing search index...

    Interface SnapshotResponse

    interface SnapshotResponse {
        ok: boolean;
        character_id: string;
        tail_id: number;
        snapshot: {
            knot_context: EventEnvelope<"knot.context"> | null;
            ve_budget: EventEnvelope<"ve.budget.update"> | null;
            scene: EventEnvelope<"scene.transition"> | null;
            active_encounter: EventEnvelope<"encounter.spawn"> | null;
        };
        ts: number;
    }
    Index

    Properties

    ok: boolean
    character_id: string
    tail_id: number
    snapshot: {
        knot_context: EventEnvelope<"knot.context"> | null;
        ve_budget: EventEnvelope<"ve.budget.update"> | null;
        scene: EventEnvelope<"scene.transition"> | null;
        active_encounter: EventEnvelope<"encounter.spawn"> | null;
    }
    ts: number