- Found in:
- CACO
voidfunctionSetFormArrayWeights(Form[]forms, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
Description
Documentation Comment
batch set weight functions, handle entire arrays
Caveats
Parameters
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)