Difference between revisions of "GetEnchantment- ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rasikko
(Added notes about why this should be called on a reference outside of a container.)
imported>Rasikko
Line 24: Line 24:
== See Also ==
== See Also ==
*[[ObjectReference Script]]
*[[ObjectReference Script]]
*[[Enchantment Script]]

Revision as of 03:23, 1 December 2017

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

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.

See Also