DP_Extender
- Found in:
- CACO
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
voidfunctionSetMGEFArchetype(MagicEffectmgef, stringarchetype, stringprimaryAV="", FormrelatedForm=NONE, stringsecondaryAV="", floatsecondAVWeight=1.0)NativeGlobal
- Found in:
- CACO
works correctly for auto-calc potions, unlike SKSE
- Found in:
- CACO
used for swapping valueMod/peakValueMod effect archetype (to make effects stack or not)
- Found in:
- CACO
voidfunctionSetFormArrayWeights(Form[]forms, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
batch set weight functions, handle entire arrays
- Found in:
- CACO
voidfunctionSetPotionArrayWeights(Potion[]pots, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
- Found in:
- CACO
voidfunctionSetIngredientArrayWeights(Ingredient[]ings, float[]weights, floatweightModifier=1.0, intupperBound=-1)NativeGlobal
- Found in:
- CACO
gold value getters. fillArray will be filled with value of all forms inputted from parameter 1
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
true = AutoCalc, false = ManualCalc
- Found in:
- CACO
- Found in:
- CACO
voidfunctionSetSinglePotionPrice(Potionpot, intbaseVal, floatexponent, floatlimit, floatmultiplier, floatoffset)NativeGlobal
ridiculous price setter functions with far too many parameters (these calculate and apply DP's unique price setter formula):
- Found in:
- CACO
voidfunctionSetIngredientArrayPrices(Ingredient[]ings, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, intupperBound=-1)NativeGlobal
- Found in:
- CACO
voidfunctionSetPotionArrayPrices(Potion[]pots, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, intupperBound=-1)NativeGlobal
- Found in:
- CACO
voidfunctionSetPotionArrayPricesSpecial(Potion[]pots, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, bool[]isPoison, booladjustPoisons, intupperBound=-1)NativeGlobal
- Found in:
- CACO
voidfunctionSetPotionFormArrayPricesSpecial(Form[]pots, int[]baseVals, boolresetNorm, floatexponent, floatlimit, floatmultiplier, floatoffset, bool[]isPoison, booladjustPoisons, intupperBound=-1)NativeGlobal
