- Found in:
- SKSE
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 armor
Caveats
Examples
; Gets the enchantment on ArmorProperty
Enchantment e = ArmorProperty.GetEnchantment()Auto-Generated Example
Enchantment returnedValue = myArmor__toCallFunctionOn.GetEnchantment()