Background for Skyrim SE
Member of the MagExtend script
voidfunctionSetMGEFTaperDuration(MagicEffectmgef, floattDuration)NativeGlobal

Description

Documentation Comment

Set the taper duration/weight/curve for this Magic Effect. Taper values can be changed regardless of archetype.


Caveats


Parameters

MagicEffectmgef

floattDuration


Examples

Auto-Generated Example

MagicEffect myMagicEffect__mgef
float myFloat__tDuration

MagExtend.SetMGEFTaperDuration(myMagicEffect__mgef, myFloat__tDuration)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.