Background for Skyrim SE
Member of the ActiveMagicEffect script
MagicEffectfunctionGetBaseObject()Native

Description

Wiki Description

Obtains the MagicEffect this active magic effect is based on.

Documentation Comment

Get the base MagicEffect this active effect is using


Caveats

CK Wiki - Notes

  • If the duration of a magic effect is 0, or if a magic effect has the No Duration flag, this function returns none.

Examples

; Obtain the magic effect the active effect is based on
MagicEffect lightEffect = ActiveLightEffect.GetBaseObject()

Auto-Generated Example

MagicEffect returnedValue = myActiveMagicEffect__toCallFunctionOn.GetBaseObject()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.