The TerminalMenu script is a part of Starfield’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 2 events
- 5 functions
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
- Found in:
- Vanilla
eventOnTerminalMenuItemRun(intauiMenuItemID, TerminalMenuakTerminalBase, ObjectReferenceakTerminalRef)Event called when a terminal menu item is run, with the specified target and terminal owner (in parallel with the fragment)
- Found in:
- Vanilla
eventOnTerminalMenuEnter(TerminalMenuakTerminalBase, ObjectReferenceakTerminalRef)Event called when this terminal menu is entered, with the specified target
Functions
- Found in:
- Vanilla
voidfunctionAddDynamicMenuItem(ObjectReferenceaTerminalRef, intaiTemplateIndex, intaiItemID, Form[]akTagReplacementForms)NativeAdds a dynamic menu item to the TerminalMenu of the specified reference
- Found in:
- Vanilla
voidfunctionAddDynamicBodyTextItem(ObjectReferenceaTerminalRef, intaiTemplateIndex, intaiItemID, Form[]akTagReplacementForms)NativeAdds a dynamic body text item to the TerminalMenu of the specified reference
- Found in:
- Vanilla
Clears all dynamic menu items from the specified reference
- Found in:
- Vanilla
Clears all dynamic body text items from the specified reference
- Found in:
- Vanilla
Get the current terminal reference being used by the player
