- Found in:
- CACO
voidfunctionSetIngredientArrayPrices(Ingredient[]ings, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, intupperBound=-1)NativeGlobal
Caveats
Parameters
Ingredient[]ings
int[]baseVals
boolresetNorm
floatexponent
floatlimit
floatmultiplier
floatoffset
intupperBound=-1
Examples
Auto-Generated Example
Ingredient[] myIngredientArray__ings
int[] myIntArray__baseVals
bool myBool__resetNorm
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset
int myInt__upperBound
DP_Extender.SetIngredientArrayPrices(myIngredientArray__ings, myIntArray__baseVals, myBool__resetNorm, myFloat__exponent, myFloat__limit, myFloat__multiplier, myFloat__offset, myInt__upperBound)