Terminal Script

From the Fallout4 CreationKit Wiki
Revision as of 12:50, 3 December 2015 by imported>Plplecuyer (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of terminals.

Definition

ScriptName Terminal extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • Function ShowOnPipboy()
    • Displays the terminal object on the Pipboy as if the Pipboy was a terminal reference

Events

  • Event OnMenuItemRun(int auiMenuItemID, ObjectReference akTarget)
    • Event called whenever a menu item on this terminal is selected.

Related Fragments