Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetIngredientArrayWeights(Ingredient[]ings, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal


Caveats


Parameters

Ingredient[]ings

float[]weights

floatweightModifier=1.0

intupperBound=-1


Examples

Auto-Generated Example

Ingredient[] myIngredientArray__ings
float[] myFloatArray__weights
float myFloat__weightModifier
int myInt__upperBound

DP_Extender.SetIngredientArrayWeights(myIngredientArray__ings, myFloatArray__weights, myFloat__weightModifier, myInt__upperBound)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.