Newgamecustomopen: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) Added documentation |
Hendricks266 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Bitfield]] where each bit corresponds to a [[DEF Language#newgamechoices|newgamechoices]] menu entry of the top-layer menu. | |||
If a bit is set, it disables the '''locked''' and '''hidden''' flag for the corresponding menu entry. | If a bit is set, it disables the '''locked''' and '''hidden''' flag for the corresponding menu entry. | ||
Line 6: | Line 6: | ||
setu .newgamecustomopen 0x10 // disables flags on the fifth menu entry | setu .newgamecustomopen 0x10 // disables flags on the fifth menu entry | ||
[[Category:Userdef structure members]] | |||
[[Category:Bitfields]] |
Latest revision as of 06:33, 20 August 2025
Bitfield where each bit corresponds to a newgamechoices menu entry of the top-layer menu.
If a bit is set, it disables the locked and hidden flag for the corresponding menu entry.
Example:
setu .newgamecustomopen 0x10 // disables flags on the fifth menu entry