Background for Skyrim SE
Member of the DP_Extender script
voidfunctionSetFormArrayWeights(Form[]forms, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal

Description

Documentation Comment

batch set weight functions, handle entire arrays


Caveats


Parameters

Form[]forms

float[]weights

floatweightModifier=1.0

intupperBound=-1


Examples

Auto-Generated Example

Form[] myFormArray__forms
float[] myFloatArray__weights
float myFloat__weightModifier
int myInt__upperBound

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