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

Description

Documentation Comment

Same as GetFormActorOwner(), but returns the faction owner of this item, if it has one.


Caveats


Parameters

ObjectReferenceinventoryObjRef

Formitem


Examples

Auto-Generated Example

ObjectReference myObjectReference__inventoryObjRef
Form myForm__item

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