Talk:GetEnchantment - Armor
Revision as of 20:36, 16 April 2015 by imported>Sclerocephalus (Added answer to an unsigned comment on player-enchanted items.)
I believe that getEnchantment does not work for player enchanted apparel. It's probably related to the equipItem problem.
When the player enchants an item, the enchantment is applied to an object reference, i.e. to a single copy of a base object that is otherwise unenchanted. The GetEnchantment function of the Armor Script runs on Armor objects, which are base objects. To 'catch' player-enchanted items, one has to run the GetEnchantment function (SKSE) of the ObjectReference Script on an object reference.
--Sclerocephalus (talk) 2015-04-16T21:36:48 (EDT)