Newgamecustomopen: Difference between revisions
Doom64hunter (talk | contribs) Added documentation |
Doom64hunter (talk | contribs) m Add category |
||
| 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]] | |||
Revision as of 08:35, 9 February 2020
Bitmap 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