The MagExtend 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:
- 20 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- CACO
voidfunctionSetMGEFArchetype(MagicEffectmgef, stringarchetype, stringprimaryAV="", FormrelatedForm=NONE, stringsecondaryAV="", floatsecondAVWeight=1.0)NativeGlobalSets the inputted mgef to use a new Magic Effect Archetype. Different Archetypes require different parameters to be sent.
Parameters are checked internally and the function will abort if any essential data is missing (SEE LIST BELOW).- Found in:
- CACO
Change primary Actor Value data for archetypes that use it (SEE LIST BELOW)
- Found in:
- CACO
Secondary Actor Value functions only work with a "DualValueMod" archetype
- Found in:
- CACO
- Found in:
- CACO
Change Form data used by current archetype. Form type passed in must be valid for this archetype (SEE LIST BELOW)
- Found in:
- CACO
Retrieve the Magic Effect's current archetype as a string (SEE LIST BELOW)
- Found in:
- CACO
Retrieve the Magic Effect's current archetype by its integer value (SEE LIST BELOW)
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
Set the taper duration/weight/curve for this Magic Effect. Taper values can be changed regardless of archetype.
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
voidfunctionSetMGEFTaperValues(MagicEffectmgef, floattDuration, floattWeight, floattCurve)NativeGlobalSet all three taper values at once.
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
- Found in:
- CACO
Version 1.03 beta additions:
- Found in:
- CACO
will fail and return false if (newDur - AME.getTimeElapsed()) is less than 1 second:
