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


Parameters

  1. Form[]forms

  2. float[]weights

  3. floatweightModifier=1.0

  4. 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.