GetEnchantment - Armor

From the CreationKit Wiki
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]

Examples[edit | edit source]

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

See Also[edit | edit source]