Header menu logo BaboonAPI

CustomTrackLoader Type

Track loader responsible for loading "base game customs". For example, tootmaker tracks or additional custom collections

Instance members

Instance member Description

this.LoadTrack

Full Usage: this.LoadTrack

Parameters:
    folderPath : string - Full path to a folder containing a 'song.tmb' file

Returns: TromboneTrack option
Modifiers: abstract

Called to load a custom track from folderPath

folderPath : string

Full path to a folder containing a 'song.tmb' file

Returns: TromboneTrack option

this.Priority

Full Usage: this.Priority

Returns: LoadingPriority
Modifiers: abstract

The priority of this loader. Modded loaders will be preferred over vanilla ones.

Returns: LoadingPriority

Type something to start searching.