Background for Skyrim SE
Member of the SPE_ObjectRef script
Form[]functionGetEnchantedItems(ObjectReferenceakReference, boolabWeapons, boolabArmor, boolabWornOnly)NativeGlobal

Description

Documentation Comment

Return all enchanted items on the given object


Parameters

  1. ObjectReferenceakReference

  2. boolabWeapons

  3. boolabArmor

  4. boolabWornOnly


Examples

Auto-Generated Example

ObjectReference myObjectReference__akReference
bool myBool__abWeapons
bool myBool__abArmor
bool myBool__abWornOnly

Form[] returnedValue = SPE_ObjectRef.GetEnchantedItems(myObjectReference__akReference, myBool__abWeapons, myBool__abArmor, myBool__abWornOnly)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.