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: Pauses the game world. | **<code>0x01</code> PauseGame: Pauses the game world behind the menu. | ||
**<code>0x02</code> DoNotDeleteOnClose: | **<code>0x02</code> DoNotDeleteOnClose: | ||
**<code>0x04</code> ShowCursor: Shows the mouse cursor. | **<code>0x04</code> ShowCursor: Shows the mouse cursor. | ||
**<code>0x08</code> EnableMenuControl: | **<code>0x08</code> EnableMenuControl: | ||
**<code>0x20</code> ShaderdWorld: | |||
**<code>0x40</code> Open: | |||
**<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. | ||
**<code>0x8000</code> ApplyDropDownFilter: | |||
**<code>0x400000</code> BlurBackground: Blurs the game world behind the menu. | |||
*MovieFlags: | *MovieFlags: | ||
**'''Default Flags:''' 3 | **'''Default Flags:''' 3 |