The DP_Extender script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Complete Alchemy and Cooking Overhaul (CACO).
For this script, the Papyrus index knows about:
- 21 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
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)NativeGlobalbatch 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)NativeGlobalridiculous 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
