Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias SoundScheduleCallback

    SoundScheduleCallback: (sound: Sound) => any

    Type Declaration

      • (sound: Sound): any
      • Parameters

        • sound: Sound

          The Sound instance being scheduled

        Returns any