code/__DEFINES/media.dm
MEDIA_TAG_ALLMEDIA | All tracks share this tag. Probably shouldn't be called upon. |
---|---|
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. |
MEDIA_TAG_JUKEBOX | Jukebox 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.