GetBaseObject - ActiveMagicEffect
Revision as of 13:34, 23 July 2010 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' ActiveMagicEffect Script Obtains the MagicEffect this active magic effect is based on. =…')
Member of: ActiveMagicEffect Script
Obtains the MagicEffect this active magic effect is based on.
Syntax
MagicEffect Function GetBaseObject()
Parameters
None
Return Value
The MagicEffect this active effect is based on.
Examples
; Obtain the magic effect the active effect is based on
MagicEffect lightEffect = ActiveLightEffect.GetBaseObject()