GetBarterPriceMult
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Returns the item price modifier (a multiplier applied to the base price) in the current Barter Menu transaction.
The buyOrSell argument determines which modifier is returned:
- 0 - Bought items
- 1 - Sold items
Syntax
(priceMult:float) GetBarterPriceMult buyOrSell:0/1
Example
set fSellPriceMult to GetBarterPriceMult 1