- Found in:
- CACO
voidfunctionSetSinglePotionPrice(Potionpot, intbaseVal, floatexponent, floatlimit, floatmultiplier, floatoffset)NativeGlobal
Description
Documentation Comment
ridiculous price setter functions with far too many parameters (these calculate and apply DP's unique price setter formula):
Caveats
Parameters
Examples
Auto-Generated Example
Potion myPotion__pot
int myInt__baseVal
float myFloat__exponent
float myFloat__limit
float myFloat__multiplier
float myFloat__offset
DP_Extender.SetSinglePotionPrice(myPotion__pot, myInt__baseVal, myFloat__exponent, myFloat__limit, myFloat__multiplier, myFloat__offset)