Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.
Taz edited this page Jul 16, 2021 · 25 revisions

MusicAPI V3 Function Reference

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").

How it works (Reading these first might help with figuring out the API)

Name Reference

Useful functions

Callbacks

  • What to use and when to use it
  • OnPlay
  • OnTrack
  • OnMusic
  • Legacy
Clone this wiki locally