Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetSinglePotionPrice(Potionpot, intbaseVal, floatexponent, floatlimit, floatmultiplier, floatoffset)NativeGlobal

Description

Documentation Comment

ridiculous price setter functions with far too many parameters (these calculate and apply DP's unique price setter formula):


Caveats


Parameters

Potionpot

intbaseVal

floatexponent

floatlimit

floatmultiplier

floatoffset


Examples

Auto-Generated Example

Potion myPotion__pot
int myInt__baseVal
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset

DP_Extender.SetSinglePotionPrice(myPotion__pot, myInt__baseVal, myFloat__exponent, myFloat__limit, myFloat__multiplier, myFloat__offset)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.