Background for Skyrim SE
Member of the iEquip_MagicEffectExt script
FormfunctionGetAssociatedItem(MagicEffecta_effect)NativeGlobal

Description

Documentation Comment

@brief Returns the associated item on the given effect.
@param a_effect The maggic effect to grab the associated item from.
@return Returns NONE on error, else returns the associated item if present.


Caveats


Parameters

MagicEffecta_effect


Examples

Auto-Generated Example

MagicEffect myMagicEffect__a_effect

Form returnedValue = iEquip_MagicEffectExt.GetAssociatedItem(myMagicEffect__a_effect)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.