- Found in:
- iEquip
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)