GetEnchantment - Armor
Jump to navigation
Jump to search
SKSE Member of: Armor Script, Weapon Script
Returns the enchantment associated with this armor. Note refers to the base object, not an object reference. (This function requires SKSE)
Syntax[edit | edit source]
Enchantment Function GetEnchantment() native
Parameters[edit | edit source]
none
Return Value[edit | edit source]
- The enchantment of the armor.
Examples[edit | edit source]
; Gets the enchantment on ArmorProperty
Enchantment e = ArmorProperty.GetEnchantment()