ShowOnPipboy - Terminal

From the Fallout4 CreationKit Wiki
Revision as of 10:11, 14 October 2014 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Terminal Script

Displays the terminal object on the Pipboy as if the Pipboy was a terminal reference, similar to playing a holotape on the Pipboy that has terminal data.

Note that this function will not open or close the Pipboy for you.

Syntax

Function ShowOnPipboy() native

Parameters

None.

Return Value

None.

Example

; Display this terminal in the Pipboy.
Terminal.ShowOnPipboy()

See Also