GetSelectedItemRef

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a temporary Inventory Reference to the item currently highlighted in the active menu.

Only applicable to the following menus:

Inventory Menu (1002)

Container Menu (1008)

Pipboy Repair Menu (1035)

Barter Menu (1053)

Vendor Repair Menu (1058)

Item Mod Menu (1061)

Syntax

[help]
(selectedItem:ref) GetSelectedItemRef

Example

set rItemRef to GetSelectedItemRef

See Also