UMenuRootWindow
This class simply adds the menu and status bar to the UWindowRootWindow. Also, it saves the configuration of the UMenuMenuBar? it contains, as well as the configuration of the game and it's GRI if a game is found.
Variables
- UMenuMenuBar? MenuBar
- the menu bar of the root window.
- UMenuStatusBar? StatusBar
- the status bar of the root window.
Comments
In theory, you could jump off the Mod menu into other menus simply by recasting the root window as this class and fiddling with MenuBar. I'll try this later for something, but note that that technique is considered extemely impolite. (Woohoo! First meaningful wiki addition!) –TwelveBaud