PokéRogue
    Preparing search index...

    Type Alias AudioFileURLConfig

    type AudioFileURLConfig = {
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    type: string

    The audio file format. See property names in Phaser.Device.Audio.

    url: string

    The absolute or relative URL of the audio file.