- Found in:
- Steelfeathers' PE
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)