Background for Skyrim SE
Member of the DbSkseFunctions script
FormfunctionGetActiveEffectSource(ActiveMagicEffectakEffect)NativeGlobal

Description

Documentation Comment

get source that the ActiveMagicEffect came from
Could be a spell, enchantment, potion, or ingredient. Use GetType() to find out which.


Caveats


Parameters


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akEffect

Form returnedValue = DbSkseFunctions.GetActiveEffectSource(myActiveMagicEffect__akEffect)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.