Newgamecustomopen: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Added documentation
 
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]]

Latest revision as of 09: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