- Found in:
- CACO
voidfunctionSetIngredientArrayWeights(Ingredient[]ings, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
Caveats
Parameters
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)