Background for Skyrim SE
Member of the Weapon script

Description

Wiki Description

Returns the Enchantment associated with this armor. Note refers to the base object, not an object reference. (This function requires SKSE)

Documentation Comment

works on the enchantment associated with the weapon


Caveats


Examples

; Gets the enchantment on ArmorProperty
Enchantment e = ArmorProperty.GetEnchantment()

Auto-Generated Example

Enchantment returnedValue = myWeapon__toCallFunctionOn.GetEnchantment()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.