Template:Volumeflags: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Add documentation for volumeflags
 
Fox (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>{{Template}}</noinclude>
The following table lists the available volumeflags, used with [[definevolumeflags]].
The following table lists the available volumeflags, used with [[definevolumeflags]].


Line 4: Line 6:
!Exposed!!Value!!Label!!Description!!
!Exposed!!Value!!Label!!Description!!
|-
|-
| No || 0 || EF_HIDEFROMSP || Hide the episode from the menu when in singleplayer mode.
| No || 1 || EF_HIDEFROMSP || Hide the episode from the menu when in singleplayer mode.
|-
|-
| No || 1 || EF_HIDEFROMMP || Currently does nothing. Originally supposed to hide the episode from the multiplayer menu.
| No || 2 || EF_HIDEFROMMP || Currently does nothing. Originally supposed to hide the episode from the multiplayer menu.
|-
|-
|}
|}

Latest revision as of 16:57, 12 September 2021

This page is a template.
This page was created to be included in other pages.


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