- Found in:
- Scrab's PE
Form[]functionGetEnchantedItems(ObjectReferenceakReference, boolabWeapons, boolabArmor, boolabWornOnly)NativeGlobal
Description
Documentation Comment
Return all enchanted items on the given object
Caveats
Parameters
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)