This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Taz edited this page Jul 18, 2021
·
25 revisions
Access API functions either by using the MusicAPI
global table, or by using local MusicAPI = require("scripts.musicapi.api")
. If you are using the V1 legacy functions, use the MMC
global table, or by using local MMC = require("scripts.musicapi.legacy")
.
The docs aren't finished, so some pages haven't been written yet.
- Setting a custom jingle track, main track and end jingle for a boss (TODO)
- Adding custom music IDs to tracks
- Getting the room/floor's intended track (TODO)
- Other track functions (TODO)
- State functions
- Legacy functions
- Non-music related functions
- What to use and when to use it
- OnPlay (TODO)
- OnTrack (TODO)
- OnMusic (TODO)
- Legacy (TODO)