The UI script is a part of Fallout 4’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Fallout 4 Script Extender (F4SE).
For this script, the Papyrus index knows about:
- 10 functions
- 1 struct
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- F4SE
Returns true if the given menu is open.
- Found in:
- F4SE
Returns whether a custom menu is registered or not.
- Found in:
- F4SE
Registers a custom menu to be opened later.
- Found in:
- F4SE
boolfunctionRegisterCustomMenu(stringmenuName, stringmenuPath, stringrootPath, UI:MenuDatamData)NativeGlobalRegisters a custom menu to be opened later.
- Found in:
- F4SE
boolfunctionLoad(stringmenu, stringsourceVar, stringassetPath, ScriptObjectreceiver=NONE, stringcallback="")NativeGlobalLoads a child swf to the target.
