Template:Volumeflags: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) Add documentation for volumeflags |
Doom64hunter (talk | contribs) m whoops |
||
Line 4: | Line 4: | ||
!Exposed!!Value!!Label!!Description!! | !Exposed!!Value!!Label!!Description!! | ||
|- | |- | ||
| No || | | No || 1 || EF_HIDEFROMSP || Hide the episode from the menu when in singleplayer mode. | ||
|- | |- | ||
| No || | | No || 2 || EF_HIDEFROMMP || Currently does nothing. Originally supposed to hide the episode from the multiplayer menu. | ||
|- | |- | ||
|} | |} |
Revision as of 02:53, 12 January 2021
The following table lists the available volumeflags, used with definevolumeflags.
Exposed | Value | Label | Description | |
---|---|---|---|---|
No | 1 | EF_HIDEFROMSP | Hide the episode from the menu when in singleplayer mode. | |
No | 2 | EF_HIDEFROMMP | Currently does nothing. Originally supposed to hide the episode from the multiplayer menu. |
Defines |
define EF_HIDEFROMSP 0 define EF_HIDEFROMMP 1 |