GetBarterPriceMult

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
(priceMult:float) GetBarterPriceMult buyOrSell:0/1

Example

set fSellPriceMult to GetBarterPriceMult 1 

See Also