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


Caveats


Parameters

Ingredient[]ings

int[]baseVals

boolresetNorm

floatexponent

floatlimit

floatmultiplier

floatoffset

intupperBound=-1


Examples

Auto-Generated Example

Ingredient[] myIngredientArray__ings
int[] myIntArray__baseVals
bool myBool__resetNorm
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset
int myInt__upperBound

DP_Extender.SetIngredientArrayPrices(myIngredientArray__ings, 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.