Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetPotionArrayPrices(Potion[]pots, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, intupperBound=-1)NativeGlobal


Caveats


Parameters

Potion[]pots

int[]baseVals

boolresetNorm

floatexponent

floatlimit

floatmultiplier

floatoffset

intupperBound=-1


Examples

Auto-Generated Example

Potion[] myPotionArray__pots
int[] myIntArray__baseVals
bool myBool__resetNorm
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset
int myInt__upperBound

DP_Extender.SetPotionArrayPrices(myPotionArray__pots, myIntArray__baseVals, myBool__resetNorm, myFloat__exponent, myFloat__limit, myFloat__multiplier, myFloat__offset, myInt__upperBound)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.