FoundryVTT MCP Server Documentation - v0.9.2
    Preparing search index...

    Interface FoundrySound

    Represents an ambient sound in a FoundryVTT scene

    Sound objects provide audio atmosphere and effects in scenes, with positional audio and volume controls.

    FoundrySound

    interface FoundrySound {
        _id: string;
        x: number;
        y: number;
        radius: number;
        path: string;
        repeat: boolean;
        volume: number;
        hidden: boolean;
    }
    Index

    Properties

    _id: string
    x: number
    y: number
    radius: number
    path: string
    repeat: boolean
    volume: number
    hidden: boolean