Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetPotionArrayWeights(Potion[]pots, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal


Caveats


Parameters

Potion[]pots

float[]weights

floatweightModifier=1.0

intupperBound=-1


Examples

Auto-Generated Example

Potion[] myPotionArray__pots
float[] myFloatArray__weights
float myFloat__weightModifier
int myInt__upperBound

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