GetSoldItemInvRef
From GECK
A function added by the New Vegas Script Extender version 6.2.8.
Contents
Description
Returns an Inventory Reference of the currently sold item for an OnSell event.
Does NOT work inside the OnSell blocktype.
Syntax
(soldItem:reference) GetSoldItemInvRef
Example
ref rSoldItemRef = GetSoldItemInvRef
See Also
- NVSE Event Handling - provides more information on OnSell event.