Body, Mind & Soul — API Reference
    Preparing search index...
    attachRegion: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Create a region centered on an actor's token that follows the token. Uses the target actor (via Self/Target scope) or falls back to the owner. Config: { name, effectIds, disposition, includeOwner, visibility, shapeType, size, duration, durationUnit }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>