Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetEnchantmentType(EnchantmentakEnchantment)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeValue
None-1
Enchantment6
StaffEnchantment12
  • Returns enchantment type. -1 if is None

Caveats


Parameters

EnchantmentakEnchantment


Examples

Auto-Generated Example

Enchantment myEnchantment__akEnchantment

int returnedValue = PO3_SKSEFunctions.GetEnchantmentType(myEnchantment__akEnchantment)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.