Background for Skyrim SE
Member of the SteelfeathersPapyrusExtensions script
boolfunctionIsFormStolen(ObjectReferenceinventoryObjRef, Formitem)NativeGlobal

Description

Documentation Comment

Returns whether this form has been stolen.
InventoryObjRef is the actor or container currently holding the item you want to evaluate.
Best used within OnItemAdded() events; you don't need this for objects you pick up from the world, they already have an ObjectReference you can call GetActorOwner() on normally


Caveats


Parameters

ObjectReferenceinventoryObjRef

Formitem


Examples

Auto-Generated Example

ObjectReference myObjectReference__inventoryObjRef
Form myForm__item

bool returnedValue = SteelfeathersPapyrusExtensions.IsFormStolen(myObjectReference__inventoryObjRef, myForm__item)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.