Difference between revisions of "MenuData Struct - UI"
Jump to navigation
Jump to search
added details
imported>Qazaaq (added details) |
imported>Qazaaq (added details) |
||
Line 18: | Line 18: | ||
*MenuFlags: | *MenuFlags: | ||
**'''Default Flags:''' 0x801849D | **'''Default Flags:''' 0x801849D | ||
**<code>0x01</code> PauseGame: | **<code>0x01</code> PauseGame: Pauses the game world. | ||
**<code>0x02</code> DoNotDeleteOnClose: | **<code>0x02</code> DoNotDeleteOnClose: | ||
**<code>0x04</code> ShowCursor: | **<code>0x04</code> ShowCursor: Shows the mouse cursor. | ||
**<code>0x08</code> EnableMenuControl: | **<code>0x08</code> EnableMenuControl: | ||
**<code>0x800</code> DoNotPreventGameSave: Allows the game to be saved. Without this flag the save button is greyed out. | **<code>0x800</code> DoNotPreventGameSave: Allows the game to be saved. Without this flag the save button is greyed out. |