Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/media.dm

MEDIA_TAG_ALLMEDIAAll tracks share this tag. Probably shouldn't be called upon.
MEDIA_TAG_LOBBYMUSIC_COMMONCommon Lobby music tracks. MUST NOT also be rare.
MEDIA_TAG_LOBBYMUSIC_RARERARE lobby music tracks. Replaces the rarity flag. MUST NOT also be common.
MEDIA_TAG_ROUNDEND_COMMONCommon Round-End Stinger tracks.
MEDIA_TAG_ROUNDEND_RARERARE Round-End Stinger tracks. MUST NOT also be common.
MEDIA_TAG_JUKEBOXJukebox music.

Define Details

MEDIA_TAG_ALLMEDIA

All tracks share this tag. Probably shouldn't be called upon.

MEDIA_TAG_JUKEBOX

Jukebox music.

MEDIA_TAG_LOBBYMUSIC_COMMON

Common Lobby music tracks. MUST NOT also be rare.

MEDIA_TAG_LOBBYMUSIC_RARE

RARE lobby music tracks. Replaces the rarity flag. MUST NOT also be common.

MEDIA_TAG_ROUNDEND_COMMON

Common Round-End Stinger tracks.

MEDIA_TAG_ROUNDEND_RARE

RARE Round-End Stinger tracks. MUST NOT also be common.