- Found in:
- CACO
voidfunctionSetPotionArrayWeights(Potion[]pots, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
Parameters
Potion[]pots
float[]weights
floatweightModifier=1.0
intupperBound=-1
Examples
Auto-Generated Example
Potion[] myPotionArray__pots
float[] myFloatArray__weights
float myFloat__weightModifier
int myInt__upperBound
DP_Extender.SetPotionArrayWeights(myPotionArray__pots, myFloatArray__weights, myFloat__weightModifier, myInt__upperBound)