- Found in:
- CACO
voidfunctionSetPotionArrayPricesSpecial(Potion[]pots, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, bool[]isPoison, booladjustPoisons, intupperBound=-1)NativeGlobal
Caveats
Parameters
Potion[]pots
int[]baseVals
boolresetNorm
floatexponent
floatlimit
floatmultiplier
floatoffset
bool[]isPoison
booladjustPoisons
intupperBound=-1
Examples
Auto-Generated Example
Potion[] myPotionArray__pots
int[] myIntArray__baseVals
bool myBool__resetNorm
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset
bool[] myBoolArray__isPoison
bool myBool__adjustPoisons
int myInt__upperBound
DP_Extender.SetPotionArrayPricesSpecial(myPotionArray__pots, myIntArray__baseVals, myBool__resetNorm, myFloat__exponent, myFloat__limit, myFloat__multiplier, myFloat__offset, myBoolArray__isPoison, myBool__adjustPoisons, myInt__upperBound)