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

Description

Documentation Comment

Same as SetFormActorOwner(), but sets the owner to the passed-in faction instead.


Caveats


Parameters

ObjectReferenceinventoryObjRef

Formitem

Factionowner


Examples

Auto-Generated Example

ObjectReference myObjectReference__inventoryObjRef
Form myForm__item
Faction myFaction__owner

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