Template:Music: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with music, starttrack, starttrackvar, music_level and other music manipulation commands. These are the tracks defined with mu..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Template}}</noinclude> | |||
The following values are used with [[music]], [[starttrack]], [[starttrackvar]], [[music_level]] and other music manipulation commands. | 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. | These are the tracks defined with [[music]] using zero as the episode value. Entries four through eight are reserved by EDuke32 for future use. | ||
{| {{prettytable}} | {| {{prettytable}} | ||
Line 14: | Line 16: | ||
|} | |} | ||
{| {{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> |
Latest revision as of 15:56, 12 September 2021
This page is a template. This page was created to be included in other pages. |
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 |