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

Description

Documentation Comment

Get casting source that the ActiveMagicEffect came from
LeftHand = 0,
RightHand = 1,
Other = 2, (most likely shout)
Instant = 3


Caveats


Parameters


Examples

Auto-Generated Example

ActiveMagicEffect myActiveMagicEffect__akEffect

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