MenuData Struct - UI
Revision as of 21:08, 10 May 2018 by imported>Qazaaq (added details)
This article has been flagged as incomplete. |
Please help improve the wiki by learning how to contribute. |
Member of: UI Script
Requires F4SE version 0.6.5 or higher.
A structure that holds information about a menu.
Syntax
Struct MenuData
int MenuFlags = 0x801849D
int MovieFlags = 3
int ExtendedFlags = 3
int Depth = 6
EndStruct
Members
- MenuFlags:
- Default Flags: 0x801849D
- MovieFlags:
- Default Flags: 3
- ExtendedFlags: These bit flags are implemented by F4SE.
- Default Flags: 3
1
InheritColors: Enables color scheme matching.2
CheckForGamepad: Auto-detects any connected gamepad and disables the mouse cursor.
- Depth:
- Default: 6
Examples
; Placeholder Code.