GetEnchantment- ObjectReference
Revision as of 03:21, 1 December 2017 by imported>Rasikko (Added notes about why this should be called on a reference outside of a container.)
SKSE Member of: ObjectReference Script
Returns the enchantment associated with this ObjectReference. (This function requires SKSE)
Syntax
Enchantment Function GetEnchantment() native
Parameters
none
Return Value
- The enchantment of the ObjectReference.
Examples
- None
Notes
- This is the only way to obtain player created enchantments. Items equipped on the player, with custom enchantments will return none if used with GetEnchantment - Armor. In order to get player created enchantments, this function must be used on the item outside of a container.