Difference between revisions of "Terminal Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Docclox
m (Added a note about attaching scripts to terminals.)
imported>Qazaaq
(Crosslinked editor and script docs)
 
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:WorldObjects]]
'''Extends:''' [[Form Script]]


'''Extends:''' [[Form Script]]
'''Editor:''' [[Terminal]]


Script for the manipulation of terminals.
Script for the manipulation of terminals.
Line 31: Line 33:
== Related Fragments ==
== Related Fragments ==
*[[Terminal Fragments]]
*[[Terminal Fragments]]
== See Also ==
*[[:Category:WorldObjects|WorldObjects Category]]

Latest revision as of 14:37, 20 April 2017

Extends: Form Script

Editor: Terminal

Script for the manipulation of terminals.

Definition[edit | edit source]

ScriptName Terminal extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

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

Events[edit | edit source]

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

Notes[edit | edit source]

  • Due to a bug in the Creation Kit, it is necessary to select the Incompatible check box before scripts that extend Terminal can be viewed and added to Terminal forms.

Related Fragments[edit | edit source]

See Also[edit | edit source]