Class PlayCustomMusic

java.lang.Object
com.fs.starfarer.api.impl.campaign.rulecmd.BaseCommandPlugin
com.fs.starfarer.api.impl.campaign.rulecmd.PlayCustomMusic
All Implemented Interfaces:
CommandPlugin

public class PlayCustomMusic extends BaseCommandPlugin
Plays custom music with the provided ID. MUST call ResumeNormalMusic at some point after this to re-enable normal music playback, otherwise normal music will not play. Can call PauseMusic to stop all music playback.