- Found in:
- Steelfeathers' PE
Description
Documentation Comment
Get the actorBase owner of the passed-in form, if it has one.
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
ActorBase returnedValue = SteelfeathersPapyrusExtensions.GetFormActorOwner(myObjectReference__inventoryObjRef, myForm__item)