Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeatmapParsingOptions

Options for beatmap parsing.

Hierarchy

Index

Properties

beatmapId?: string | number

ID of the target beatmap.

cacheFiles?: boolean

Should files be cached on a disk after calculation?

default

true

fileURL?: string

Custom file URL of the target beatmap.

hash?: string

Hash of the target beatmap. Used to validate beatmap files. If wasn't specified then file will not be validated.

savePath?: string

Path to the beatmap file save location.

default

"./cache"