UI - powerof3/PapyrusExtenderSSE GitHub Wiki

Getter

GetMenuContainer

  • Gets the objectreference of the currently opened container in container menu
ObjectReference Function GetMenuContainer() global native

IsShowingMenus

  • Returns whether menus are visible (eg. check if menus are hidden using tm console command)
Bool Function IsShowingMenus() global native

Setter

ShowBookMenu

Function ShowBookMenu(Book akBook) global native

ShowMenu

Function ShowMenu(String asMenuName) global native

HideMenu

Function HideMenu(String asMenuName) global native

ToggleOpenSleepWaitMenu

  • Display or hide Sleep/Wait menu
Function ToggleOpenSleepWaitMenu(bool abOpenSleepMenu) global native