Template:Music: Difference between revisions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
|} | |} | ||
{| {{Collapse}} | |||
| <strong>Defines</strong> | |||
|- | |||
| | |||
define MUS_INTRO 0 | define MUS_INTRO 0 | ||
define MUS_BRIEFING 1 | define MUS_BRIEFING 1 | ||
define MUS_LOADING 2 | define MUS_LOADING 2 | ||
|} | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Pages with templates]]</includeonly> | <includeonly>[[Category:Pages with templates]]</includeonly> | ||
Revision as of 12:19, 22 February 2020
The following values are used with music, starttrack, starttrackvar, music_level and other music manipulation commands.
These are the tracks defined with music using zero as the episode value. Entries four through eight are reserved by EDuke32 for future use.
| Exposed | Value | Label | Description | |
|---|---|---|---|---|
| No | 0 | MUS_INTRO | ||
| No | 1 | MUS_BRIEFING | ||
| No | 2 | MUS_LOADING |
| Defines |
define MUS_INTRO 0 define MUS_BRIEFING 1 define MUS_LOADING 2 |