GetBaseObject - ActiveMagicEffect

From the CreationKit Wiki
Revision as of 10:40, 28 March 2012 by imported>Tunaisafish (→‎Syntax: +native)
Jump to navigation Jump to search

Member of: ActiveMagicEffect Script

Obtains the MagicEffect this active magic effect is based on.

Syntax

MagicEffect Function GetBaseObject() native

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()

See Also