The Terminal script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 1 event
- 1 function
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
eventOnMenuItemRun(intauiMenuItemID, ObjectReferenceakTerminalRef)Event called when the player selects a terminal menu item.
Functions
- Found in:
- Vanilla
Displays the terminal object on the Pipboy as if the Pipboy was a terminal reference, similar to playing a ObjectReference.OnHolotapePlay(...) on the Pipboy that has terminal data.
Note that this function will not open or close the Pipboy for you.
