OnMenuItemRun - Terminal
Revision as of 22:14, 30 March 2019 by imported>Qazaaq (Added note about none reference argument and Pipboy)
Member of: Terminal Script
Event called when the player selects a terminal menu item.
Syntax
Event OnMenuItemRun(int auiMenuItemID, ObjectReference akTerminalRef)
Parameters
- auiMenuItemID: The ID of the menu item that was run.
- akTerminalRef: The terminal reference initially activated. This will be none if activated from the players Pipboy.
Examples
Event OnMenuItemRun(int auiMenuItemID, ObjectReference akTerminalRef)
Debug.Trace("Player selected menu item" + auiMenuItemID + " on " + akTerminalRef)
endEvent
Notes
- This event runs in parallel with the terminal menu item fragment.